Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner
-
Packages that use DomainOwnershipIdentifierInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DomainOwnershipIdentifierInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return DomainOwnershipIdentifierInner Modifier and Type Method Description DomainOwnershipIdentifierInnerDomainsClient. createOrUpdateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.DomainOwnershipIdentifierInnerDomainsClient. getOwnershipIdentifier(String resourceGroupName, String domainName, String name)Description for Get ownership identifier for domain.DomainOwnershipIdentifierInnerDomainsClient. updateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DomainOwnershipIdentifierInner Modifier and Type Method Description Mono<DomainOwnershipIdentifierInner>DomainsClient. createOrUpdateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>DomainsClient. createOrUpdateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>>DomainsClient. createOrUpdateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.Mono<DomainOwnershipIdentifierInner>DomainsClient. getOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)Description for Get ownership identifier for domain.com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>DomainsClient. getOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, com.azure.core.util.Context context)Description for Get ownership identifier for domain.Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>>DomainsClient. getOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)Description for Get ownership identifier for domain.com.azure.core.http.rest.PagedIterable<DomainOwnershipIdentifierInner>DomainsClient. listOwnershipIdentifiers(String resourceGroupName, String domainName)Description for Lists domain ownership identifiers.com.azure.core.http.rest.PagedIterable<DomainOwnershipIdentifierInner>DomainsClient. listOwnershipIdentifiers(String resourceGroupName, String domainName, com.azure.core.util.Context context)Description for Lists domain ownership identifiers.com.azure.core.http.rest.PagedFlux<DomainOwnershipIdentifierInner>DomainsClient. listOwnershipIdentifiersAsync(String resourceGroupName, String domainName)Description for Lists domain ownership identifiers.Mono<DomainOwnershipIdentifierInner>DomainsClient. updateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>DomainsClient. updateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>>DomainsClient. updateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type DomainOwnershipIdentifierInner Modifier and Type Method Description DomainOwnershipIdentifierInnerDomainsClient. createOrUpdateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.Mono<DomainOwnershipIdentifierInner>DomainsClient. createOrUpdateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>DomainsClient. createOrUpdateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>>DomainsClient. createOrUpdateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.DomainOwnershipIdentifierInnerDomainsClient. updateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.Mono<DomainOwnershipIdentifierInner>DomainsClient. updateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>DomainsClient. updateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier.Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>>DomainsClient. updateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier. -
Uses of DomainOwnershipIdentifierInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DomainOwnershipIdentifierInner Modifier and Type Method Description DomainOwnershipIdentifierInnerDomainOwnershipIdentifierInner. withKind(String kind)Set the kind property: Kind of resource.DomainOwnershipIdentifierInnerDomainOwnershipIdentifierInner. withOwnershipId(String ownershipId)Set the ownershipId property: Ownership Id. -
Uses of DomainOwnershipIdentifierInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DomainOwnershipIdentifierInner Modifier and Type Method Description List<DomainOwnershipIdentifierInner>DomainOwnershipIdentifierCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DomainOwnershipIdentifierInner Modifier and Type Method Description DomainOwnershipIdentifierCollectionDomainOwnershipIdentifierCollection. withValue(List<DomainOwnershipIdentifierInner> value)Set the value property: Collection of resources.
-