Uses of Class
com.azure.resourcemanager.appservice.fluent.models.IdentifierInner
Packages that use IdentifierInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of IdentifierInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return IdentifierInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateDomainOwnershipIdentifier(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.createOrUpdateDomainOwnershipIdentifierSlot(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.getDomainOwnershipIdentifier(String resourceGroupName, String name, String domainOwnershipIdentifierName) Get domain ownership identifier for web app.WebAppsClient.getDomainOwnershipIdentifierSlot(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot) Get domain ownership identifier for web app.WebAppsClient.updateDomainOwnershipIdentifier(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.updateDomainOwnershipIdentifierSlot(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type IdentifierInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateDomainOwnershipIdentifierAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.createOrUpdateDomainOwnershipIdentifierSlotAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.com.azure.core.http.rest.Response<IdentifierInner> WebAppsClient.createOrUpdateDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.Mono<com.azure.core.http.rest.Response<IdentifierInner>> WebAppsClient.createOrUpdateDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.com.azure.core.http.rest.Response<IdentifierInner> WebAppsClient.createOrUpdateDomainOwnershipIdentifierWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.Mono<com.azure.core.http.rest.Response<IdentifierInner>> WebAppsClient.createOrUpdateDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.getDomainOwnershipIdentifierAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName) Get domain ownership identifier for web app.WebAppsClient.getDomainOwnershipIdentifierSlotAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot) Get domain ownership identifier for web app.com.azure.core.http.rest.Response<IdentifierInner> WebAppsClient.getDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, com.azure.core.util.Context context) Get domain ownership identifier for web app.Mono<com.azure.core.http.rest.Response<IdentifierInner>> WebAppsClient.getDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot) Get domain ownership identifier for web app.com.azure.core.http.rest.Response<IdentifierInner> WebAppsClient.getDomainOwnershipIdentifierWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, com.azure.core.util.Context context) Get domain ownership identifier for web app.Mono<com.azure.core.http.rest.Response<IdentifierInner>> WebAppsClient.getDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName) Get domain ownership identifier for web app.com.azure.core.http.rest.PagedIterable<IdentifierInner> WebAppsClient.listDomainOwnershipIdentifiers(String resourceGroupName, String name) Lists ownership identifiers for domain associated with web app.com.azure.core.http.rest.PagedIterable<IdentifierInner> WebAppsClient.listDomainOwnershipIdentifiers(String resourceGroupName, String name, com.azure.core.util.Context context) Lists ownership identifiers for domain associated with web app.com.azure.core.http.rest.PagedFlux<IdentifierInner> WebAppsClient.listDomainOwnershipIdentifiersAsync(String resourceGroupName, String name) Lists ownership identifiers for domain associated with web app.com.azure.core.http.rest.PagedIterable<IdentifierInner> WebAppsClient.listDomainOwnershipIdentifiersSlot(String resourceGroupName, String name, String slot) Lists ownership identifiers for domain associated with web app.com.azure.core.http.rest.PagedIterable<IdentifierInner> WebAppsClient.listDomainOwnershipIdentifiersSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Lists ownership identifiers for domain associated with web app.com.azure.core.http.rest.PagedFlux<IdentifierInner> WebAppsClient.listDomainOwnershipIdentifiersSlotAsync(String resourceGroupName, String name, String slot) Lists ownership identifiers for domain associated with web app.com.azure.core.http.rest.PagedIterable<IdentifierInner> ResourceProvidersClient.listSiteIdentifiersAssignedToHostname(NameIdentifierInner nameIdentifier) List all apps that are assigned to a hostname.com.azure.core.http.rest.PagedIterable<IdentifierInner> ResourceProvidersClient.listSiteIdentifiersAssignedToHostname(NameIdentifierInner nameIdentifier, com.azure.core.util.Context context) List all apps that are assigned to a hostname.com.azure.core.http.rest.PagedFlux<IdentifierInner> ResourceProvidersClient.listSiteIdentifiersAssignedToHostnameAsync(NameIdentifierInner nameIdentifier) List all apps that are assigned to a hostname.WebAppsClient.updateDomainOwnershipIdentifierAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.updateDomainOwnershipIdentifierSlotAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.com.azure.core.http.rest.Response<IdentifierInner> WebAppsClient.updateDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.Mono<com.azure.core.http.rest.Response<IdentifierInner>> WebAppsClient.updateDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.com.azure.core.http.rest.Response<IdentifierInner> WebAppsClient.updateDomainOwnershipIdentifierWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.Mono<com.azure.core.http.rest.Response<IdentifierInner>> WebAppsClient.updateDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type IdentifierInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateDomainOwnershipIdentifier(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.createOrUpdateDomainOwnershipIdentifierAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.createOrUpdateDomainOwnershipIdentifierSlot(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.createOrUpdateDomainOwnershipIdentifierSlotAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.com.azure.core.http.rest.Response<IdentifierInner> WebAppsClient.createOrUpdateDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.Mono<com.azure.core.http.rest.Response<IdentifierInner>> WebAppsClient.createOrUpdateDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.com.azure.core.http.rest.Response<IdentifierInner> WebAppsClient.createOrUpdateDomainOwnershipIdentifierWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.Mono<com.azure.core.http.rest.Response<IdentifierInner>> WebAppsClient.createOrUpdateDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.updateDomainOwnershipIdentifier(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.updateDomainOwnershipIdentifierAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.updateDomainOwnershipIdentifierSlot(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.WebAppsClient.updateDomainOwnershipIdentifierSlotAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.com.azure.core.http.rest.Response<IdentifierInner> WebAppsClient.updateDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.Mono<com.azure.core.http.rest.Response<IdentifierInner>> WebAppsClient.updateDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.com.azure.core.http.rest.Response<IdentifierInner> WebAppsClient.updateDomainOwnershipIdentifierWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context) Creates a domain ownership identifier for web app, or updates an existing ownership identifier.Mono<com.azure.core.http.rest.Response<IdentifierInner>> WebAppsClient.updateDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier) Creates a domain ownership identifier for web app, or updates an existing ownership identifier. -
Uses of IdentifierInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return IdentifierInnerModifier and TypeMethodDescriptionstatic IdentifierInnerIdentifierInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IdentifierInner from the JsonReader.Set the kind property: Kind of resource.Set the value property: String representation of the identity.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type IdentifierInnerModifier and TypeMethodDescriptionCustomHostnameSitesInner.siteResourceIds()Get the siteResourceIds property: The siteResourceIds property.CustomHostnameSitesProperties.siteResourceIds()Get the siteResourceIds property: The siteResourceIds property.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type IdentifierInnerModifier and TypeMethodDescriptionCustomHostnameSitesInner.withSiteResourceIds(List<IdentifierInner> siteResourceIds) Set the siteResourceIds property: The siteResourceIds property.CustomHostnameSitesProperties.withSiteResourceIds(List<IdentifierInner> siteResourceIds) Set the siteResourceIds property: The siteResourceIds property. -
Uses of IdentifierInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type IdentifierInnerModifier and TypeMethodDescriptionIdentifierCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type IdentifierInnerModifier and TypeMethodDescriptionIdentifierCollection.withValue(List<IdentifierInner> value) Set the value property: Collection of resources.