1291 строка
124 KiB
YAML
1291 строка
124 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient"
|
|
name: "DomainsClient"
|
|
nameWithType: "DomainsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Domains<wbr>Client."
|
|
syntax: "public interface **DomainsClient**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.beginCreateOrUpdate(String resourceGroupName, String domainName, DomainInner domain)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String domainName, DomainInner domain)"
|
|
nameWithType: "DomainsClient.beginCreateOrUpdate(String resourceGroupName, String domainName, DomainInner domain)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<DomainInner>,DomainInner> beginCreateOrUpdate(String resourceGroupName, String domainName, DomainInner domain)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of information about a domain."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.beginCreateOrUpdate(String resourceGroupName, String domainName, DomainInner domain, Context context)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String domainName, DomainInner domain, Context context)"
|
|
nameWithType: "DomainsClient.beginCreateOrUpdate(String resourceGroupName, String domainName, DomainInner domain, Context context)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<DomainInner>,DomainInner> beginCreateOrUpdate(String resourceGroupName, String domainName, DomainInner domain, Context context)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of information about a domain."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.beginCreateOrUpdateAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
name: "beginCreateOrUpdateAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
nameWithType: "DomainsClient.beginCreateOrUpdateAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PollerFlux<PollResult<DomainInner>,DomainInner> beginCreateOrUpdateAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of information about a domain."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.checkAvailability(com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.checkAvailability(NameIdentifierInner identifier)"
|
|
name: "checkAvailability(NameIdentifierInner identifier)"
|
|
nameWithType: "DomainsClient.checkAvailability(NameIdentifierInner identifier)"
|
|
summary: "Check if a domain is available for registration."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the domain."
|
|
name: "identifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner&text=NameIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DomainAvailabilityCheckResultInner checkAvailability(NameIdentifierInner identifier)"
|
|
desc: "Check if a domain is available for registration. Description for Check if a domain is available for registration."
|
|
returns:
|
|
description: "domain availability check result."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainAvailabilityCheckResultInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainAvailabilityCheckResultInner&text=DomainAvailabilityCheckResultInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.checkAvailabilityAsync(com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.checkAvailabilityAsync(NameIdentifierInner identifier)"
|
|
name: "checkAvailabilityAsync(NameIdentifierInner identifier)"
|
|
nameWithType: "DomainsClient.checkAvailabilityAsync(NameIdentifierInner identifier)"
|
|
summary: "Check if a domain is available for registration."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the domain."
|
|
name: "identifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner&text=NameIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<DomainAvailabilityCheckResultInner> checkAvailabilityAsync(NameIdentifierInner identifier)"
|
|
desc: "Check if a domain is available for registration. Description for Check if a domain is available for registration."
|
|
returns:
|
|
description: "domain availability check result on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainAvailabilityCheckResultInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainAvailabilityCheckResultInner&text=DomainAvailabilityCheckResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.checkAvailabilityWithResponse(com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.checkAvailabilityWithResponse(NameIdentifierInner identifier, Context context)"
|
|
name: "checkAvailabilityWithResponse(NameIdentifierInner identifier, Context context)"
|
|
nameWithType: "DomainsClient.checkAvailabilityWithResponse(NameIdentifierInner identifier, Context context)"
|
|
summary: "Check if a domain is available for registration."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the domain."
|
|
name: "identifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner&text=NameIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DomainAvailabilityCheckResultInner> checkAvailabilityWithResponse(NameIdentifierInner identifier, Context context)"
|
|
desc: "Check if a domain is available for registration. Description for Check if a domain is available for registration."
|
|
returns:
|
|
description: "domain availability check result along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainAvailabilityCheckResultInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainAvailabilityCheckResultInner&text=DomainAvailabilityCheckResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.checkAvailabilityWithResponseAsync(com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.checkAvailabilityWithResponseAsync(NameIdentifierInner identifier)"
|
|
name: "checkAvailabilityWithResponseAsync(NameIdentifierInner identifier)"
|
|
nameWithType: "DomainsClient.checkAvailabilityWithResponseAsync(NameIdentifierInner identifier)"
|
|
summary: "Check if a domain is available for registration."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the domain."
|
|
name: "identifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner&text=NameIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<DomainAvailabilityCheckResultInner>> checkAvailabilityWithResponseAsync(NameIdentifierInner identifier)"
|
|
desc: "Check if a domain is available for registration. Description for Check if a domain is available for registration."
|
|
returns:
|
|
description: "domain availability check result along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainAvailabilityCheckResultInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainAvailabilityCheckResultInner&text=DomainAvailabilityCheckResultInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdate(String resourceGroupName, String domainName, DomainInner domain)"
|
|
name: "createOrUpdate(String resourceGroupName, String domainName, DomainInner domain)"
|
|
nameWithType: "DomainsClient.createOrUpdate(String resourceGroupName, String domainName, DomainInner domain)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DomainInner createOrUpdate(String resourceGroupName, String domainName, DomainInner domain)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "information about a domain."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdate(String resourceGroupName, String domainName, DomainInner domain, Context context)"
|
|
name: "createOrUpdate(String resourceGroupName, String domainName, DomainInner domain, Context context)"
|
|
nameWithType: "DomainsClient.createOrUpdate(String resourceGroupName, String domainName, DomainInner domain, Context context)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DomainInner createOrUpdate(String resourceGroupName, String domainName, DomainInner domain, Context context)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "information about a domain."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
name: "createOrUpdateAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
nameWithType: "DomainsClient.createOrUpdateAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<DomainInner> createOrUpdateAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "information about a domain on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateOwnershipIdentifier(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
name: "createOrUpdateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
nameWithType: "DomainsClient.createOrUpdateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
summary: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A JSON representation of the domain ownership properties."
|
|
name: "domainOwnershipIdentifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DomainOwnershipIdentifierInner createOrUpdateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
desc: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
returns:
|
|
description: "domain ownership Identifier."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateOwnershipIdentifierAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
name: "createOrUpdateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
nameWithType: "DomainsClient.createOrUpdateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
summary: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A JSON representation of the domain ownership properties."
|
|
name: "domainOwnershipIdentifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<DomainOwnershipIdentifierInner> createOrUpdateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
desc: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
returns:
|
|
description: "domain ownership Identifier on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateOwnershipIdentifierWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, Context context)"
|
|
name: "createOrUpdateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, Context context)"
|
|
nameWithType: "DomainsClient.createOrUpdateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, Context context)"
|
|
summary: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A JSON representation of the domain ownership properties."
|
|
name: "domainOwnershipIdentifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DomainOwnershipIdentifierInner> createOrUpdateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, Context context)"
|
|
desc: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
returns:
|
|
description: "domain ownership Identifier along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateOwnershipIdentifierWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
name: "createOrUpdateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
nameWithType: "DomainsClient.createOrUpdateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
summary: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A JSON representation of the domain ownership properties."
|
|
name: "domainOwnershipIdentifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<DomainOwnershipIdentifierInner>> createOrUpdateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
desc: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
returns:
|
|
description: "domain ownership Identifier along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
nameWithType: "DomainsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String domainName, DomainInner domain)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "information about a domain along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.delete(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.delete(String resourceGroupName, String domainName)"
|
|
name: "delete(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.delete(String resourceGroupName, String domainName)"
|
|
summary: "Delete a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String domainName)"
|
|
desc: "Delete a domain. Description for Delete a domain."
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteAsync(String resourceGroupName, String domainName)"
|
|
name: "deleteAsync(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.deleteAsync(String resourceGroupName, String domainName)"
|
|
summary: "Delete a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String domainName)"
|
|
desc: "Delete a domain. Description for Delete a domain."
|
|
returns:
|
|
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteOwnershipIdentifier(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteOwnershipIdentifier(String resourceGroupName, String domainName, String name)"
|
|
name: "deleteOwnershipIdentifier(String resourceGroupName, String domainName, String name)"
|
|
nameWithType: "DomainsClient.deleteOwnershipIdentifier(String resourceGroupName, String domainName, String name)"
|
|
summary: "Delete ownership identifier for domain Description for Delete ownership identifier for domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteOwnershipIdentifier(String resourceGroupName, String domainName, String name)"
|
|
desc: "Delete ownership identifier for domain Description for Delete ownership identifier for domain."
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteOwnershipIdentifierAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)"
|
|
name: "deleteOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)"
|
|
nameWithType: "DomainsClient.deleteOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)"
|
|
summary: "Delete ownership identifier for domain Description for Delete ownership identifier for domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> deleteOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)"
|
|
desc: "Delete ownership identifier for domain Description for Delete ownership identifier for domain."
|
|
returns:
|
|
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteOwnershipIdentifierWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, Context context)"
|
|
name: "deleteOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, Context context)"
|
|
nameWithType: "DomainsClient.deleteOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, Context context)"
|
|
summary: "Delete ownership identifier for domain Description for Delete ownership identifier for domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Void> deleteOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, Context context)"
|
|
desc: "Delete ownership identifier for domain Description for Delete ownership identifier for domain."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteOwnershipIdentifierWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)"
|
|
name: "deleteOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)"
|
|
nameWithType: "DomainsClient.deleteOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)"
|
|
summary: "Delete ownership identifier for domain Description for Delete ownership identifier for domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Void>> deleteOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)"
|
|
desc: "Delete ownership identifier for domain Description for Delete ownership identifier for domain."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteWithResponse(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain, Context context)"
|
|
nameWithType: "DomainsClient.deleteWithResponse(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain, Context context)"
|
|
summary: "Delete a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Specify <code>true</code> to delete the domain immediately. The default\n is <code>false</code> which deletes the domain after 24 hours."
|
|
name: "forceHardDeleteDomain"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain, Context context)"
|
|
desc: "Delete a domain. Description for Delete a domain."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.deleteWithResponseAsync(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain)"
|
|
name: "deleteWithResponseAsync(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain)"
|
|
nameWithType: "DomainsClient.deleteWithResponseAsync(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain)"
|
|
summary: "Delete a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Specify <code>true</code> to delete the domain immediately. The default\n is <code>false</code> which deletes the domain after 24 hours."
|
|
name: "forceHardDeleteDomain"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain)"
|
|
desc: "Delete a domain. Description for Delete a domain."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getByResourceGroup(String resourceGroupName, String domainName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.getByResourceGroup(String resourceGroupName, String domainName)"
|
|
summary: "Get a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DomainInner getByResourceGroup(String resourceGroupName, String domainName)"
|
|
desc: "Get a domain. Description for Get a domain."
|
|
returns:
|
|
description: "information about a domain."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getByResourceGroupAsync(String resourceGroupName, String domainName)"
|
|
name: "getByResourceGroupAsync(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.getByResourceGroupAsync(String resourceGroupName, String domainName)"
|
|
summary: "Get a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<DomainInner> getByResourceGroupAsync(String resourceGroupName, String domainName)"
|
|
desc: "Get a domain. Description for Get a domain."
|
|
returns:
|
|
description: "information about a domain on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getByResourceGroupWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
nameWithType: "DomainsClient.getByResourceGroupWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
summary: "Get a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DomainInner> getByResourceGroupWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
desc: "Get a domain. Description for Get a domain."
|
|
returns:
|
|
description: "information about a domain along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String domainName)"
|
|
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String domainName)"
|
|
summary: "Get a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<DomainInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String domainName)"
|
|
desc: "Get a domain. Description for Get a domain."
|
|
returns:
|
|
description: "information about a domain along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getControlCenterSsoRequest()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getControlCenterSsoRequest()"
|
|
name: "getControlCenterSsoRequest()"
|
|
nameWithType: "DomainsClient.getControlCenterSsoRequest()"
|
|
summary: "Generate a single sign-on request for the domain management portal."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DomainControlCenterSsoRequestInner getControlCenterSsoRequest()"
|
|
desc: "Generate a single sign-on request for the domain management portal. Description for Generate a single sign-on request for the domain management portal."
|
|
returns:
|
|
description: "single sign-on request information for domain management."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner&text=DomainControlCenterSsoRequestInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getControlCenterSsoRequestAsync()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getControlCenterSsoRequestAsync()"
|
|
name: "getControlCenterSsoRequestAsync()"
|
|
nameWithType: "DomainsClient.getControlCenterSsoRequestAsync()"
|
|
summary: "Generate a single sign-on request for the domain management portal."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Mono<DomainControlCenterSsoRequestInner> getControlCenterSsoRequestAsync()"
|
|
desc: "Generate a single sign-on request for the domain management portal. Description for Generate a single sign-on request for the domain management portal."
|
|
returns:
|
|
description: "single sign-on request information for domain management on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner&text=DomainControlCenterSsoRequestInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getControlCenterSsoRequestWithResponse(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getControlCenterSsoRequestWithResponse(Context context)"
|
|
name: "getControlCenterSsoRequestWithResponse(Context context)"
|
|
nameWithType: "DomainsClient.getControlCenterSsoRequestWithResponse(Context context)"
|
|
summary: "Generate a single sign-on request for the domain management portal."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DomainControlCenterSsoRequestInner> getControlCenterSsoRequestWithResponse(Context context)"
|
|
desc: "Generate a single sign-on request for the domain management portal. Description for Generate a single sign-on request for the domain management portal."
|
|
returns:
|
|
description: "single sign-on request information for domain management along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner&text=DomainControlCenterSsoRequestInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getControlCenterSsoRequestWithResponseAsync()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getControlCenterSsoRequestWithResponseAsync()"
|
|
name: "getControlCenterSsoRequestWithResponseAsync()"
|
|
nameWithType: "DomainsClient.getControlCenterSsoRequestWithResponseAsync()"
|
|
summary: "Generate a single sign-on request for the domain management portal."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Mono<Response<DomainControlCenterSsoRequestInner>> getControlCenterSsoRequestWithResponseAsync()"
|
|
desc: "Generate a single sign-on request for the domain management portal. Description for Generate a single sign-on request for the domain management portal."
|
|
returns:
|
|
description: "single sign-on request information for domain management along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful\n completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner&text=DomainControlCenterSsoRequestInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getOwnershipIdentifier(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getOwnershipIdentifier(String resourceGroupName, String domainName, String name)"
|
|
name: "getOwnershipIdentifier(String resourceGroupName, String domainName, String name)"
|
|
nameWithType: "DomainsClient.getOwnershipIdentifier(String resourceGroupName, String domainName, String name)"
|
|
summary: "Get ownership identifier for domain Description for Get ownership identifier for domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DomainOwnershipIdentifierInner getOwnershipIdentifier(String resourceGroupName, String domainName, String name)"
|
|
desc: "Get ownership identifier for domain Description for Get ownership identifier for domain."
|
|
returns:
|
|
description: "domain ownership Identifier."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getOwnershipIdentifierAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)"
|
|
name: "getOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)"
|
|
nameWithType: "DomainsClient.getOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)"
|
|
summary: "Get ownership identifier for domain Description for Get ownership identifier for domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<DomainOwnershipIdentifierInner> getOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)"
|
|
desc: "Get ownership identifier for domain Description for Get ownership identifier for domain."
|
|
returns:
|
|
description: "domain ownership Identifier on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getOwnershipIdentifierWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, Context context)"
|
|
name: "getOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, Context context)"
|
|
nameWithType: "DomainsClient.getOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, Context context)"
|
|
summary: "Get ownership identifier for domain Description for Get ownership identifier for domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DomainOwnershipIdentifierInner> getOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, Context context)"
|
|
desc: "Get ownership identifier for domain Description for Get ownership identifier for domain."
|
|
returns:
|
|
description: "domain ownership Identifier along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getOwnershipIdentifierWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.getOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)"
|
|
name: "getOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)"
|
|
nameWithType: "DomainsClient.getOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)"
|
|
summary: "Get ownership identifier for domain Description for Get ownership identifier for domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<DomainOwnershipIdentifierInner>> getOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)"
|
|
desc: "Get ownership identifier for domain Description for Get ownership identifier for domain."
|
|
returns:
|
|
description: "domain ownership Identifier along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.list()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.list()"
|
|
name: "list()"
|
|
nameWithType: "DomainsClient.list()"
|
|
summary: "Get all domains in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<DomainInner> list()"
|
|
desc: "Get all domains in a subscription. Description for Get all domains in a subscription."
|
|
returns:
|
|
description: "collection of domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "DomainsClient.list(Context context)"
|
|
summary: "Get all domains in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<DomainInner> list(Context context)"
|
|
desc: "Get all domains in a subscription. Description for Get all domains in a subscription."
|
|
returns:
|
|
description: "collection of domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listAsync()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listAsync()"
|
|
name: "listAsync()"
|
|
nameWithType: "DomainsClient.listAsync()"
|
|
summary: "Get all domains in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedFlux<DomainInner> listAsync()"
|
|
desc: "Get all domains in a subscription. Description for Get all domains in a subscription."
|
|
returns:
|
|
description: "collection of domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "DomainsClient.listByResourceGroup(String resourceGroupName)"
|
|
summary: "Get all domains in a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<DomainInner> listByResourceGroup(String resourceGroupName)"
|
|
desc: "Get all domains in a resource group. Description for Get all domains in a resource group."
|
|
returns:
|
|
description: "collection of domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listByResourceGroup(String resourceGroupName, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
|
nameWithType: "DomainsClient.listByResourceGroup(String resourceGroupName, Context context)"
|
|
summary: "Get all domains in a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<DomainInner> listByResourceGroup(String resourceGroupName, Context context)"
|
|
desc: "Get all domains in a resource group. Description for Get all domains in a resource group."
|
|
returns:
|
|
description: "collection of domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listByResourceGroupAsync(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listByResourceGroupAsync(String resourceGroupName)"
|
|
name: "listByResourceGroupAsync(String resourceGroupName)"
|
|
nameWithType: "DomainsClient.listByResourceGroupAsync(String resourceGroupName)"
|
|
summary: "Get all domains in a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<DomainInner> listByResourceGroupAsync(String resourceGroupName)"
|
|
desc: "Get all domains in a resource group. Description for Get all domains in a resource group."
|
|
returns:
|
|
description: "collection of domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listOwnershipIdentifiers(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listOwnershipIdentifiers(String resourceGroupName, String domainName)"
|
|
name: "listOwnershipIdentifiers(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.listOwnershipIdentifiers(String resourceGroupName, String domainName)"
|
|
summary: "Lists domain ownership identifiers."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<DomainOwnershipIdentifierInner> listOwnershipIdentifiers(String resourceGroupName, String domainName)"
|
|
desc: "Lists domain ownership identifiers. Description for Lists domain ownership identifiers."
|
|
returns:
|
|
description: "collection of domain ownership identifiers as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listOwnershipIdentifiers(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listOwnershipIdentifiers(String resourceGroupName, String domainName, Context context)"
|
|
name: "listOwnershipIdentifiers(String resourceGroupName, String domainName, Context context)"
|
|
nameWithType: "DomainsClient.listOwnershipIdentifiers(String resourceGroupName, String domainName, Context context)"
|
|
summary: "Lists domain ownership identifiers."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<DomainOwnershipIdentifierInner> listOwnershipIdentifiers(String resourceGroupName, String domainName, Context context)"
|
|
desc: "Lists domain ownership identifiers. Description for Lists domain ownership identifiers."
|
|
returns:
|
|
description: "collection of domain ownership identifiers as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listOwnershipIdentifiersAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listOwnershipIdentifiersAsync(String resourceGroupName, String domainName)"
|
|
name: "listOwnershipIdentifiersAsync(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.listOwnershipIdentifiersAsync(String resourceGroupName, String domainName)"
|
|
summary: "Lists domain ownership identifiers."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<DomainOwnershipIdentifierInner> listOwnershipIdentifiersAsync(String resourceGroupName, String domainName)"
|
|
desc: "Lists domain ownership identifiers. Description for Lists domain ownership identifiers."
|
|
returns:
|
|
description: "collection of domain ownership identifiers as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listRecommendations(com.azure.resourcemanager.appservice.models.DomainRecommendationSearchParameters)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listRecommendations(DomainRecommendationSearchParameters parameters)"
|
|
name: "listRecommendations(DomainRecommendationSearchParameters parameters)"
|
|
nameWithType: "DomainsClient.listRecommendations(DomainRecommendationSearchParameters parameters)"
|
|
summary: "Get domain name recommendations based on keywords."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Search parameters for domain name recommendations."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DomainRecommendationSearchParameters?alt=com.azure.resourcemanager.appservice.models.DomainRecommendationSearchParameters&text=DomainRecommendationSearchParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<NameIdentifierInner> listRecommendations(DomainRecommendationSearchParameters parameters)"
|
|
desc: "Get domain name recommendations based on keywords. Description for Get domain name recommendations based on keywords."
|
|
returns:
|
|
description: "collection of domain name identifiers as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner&text=NameIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listRecommendations(com.azure.resourcemanager.appservice.models.DomainRecommendationSearchParameters,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listRecommendations(DomainRecommendationSearchParameters parameters, Context context)"
|
|
name: "listRecommendations(DomainRecommendationSearchParameters parameters, Context context)"
|
|
nameWithType: "DomainsClient.listRecommendations(DomainRecommendationSearchParameters parameters, Context context)"
|
|
summary: "Get domain name recommendations based on keywords."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Search parameters for domain name recommendations."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DomainRecommendationSearchParameters?alt=com.azure.resourcemanager.appservice.models.DomainRecommendationSearchParameters&text=DomainRecommendationSearchParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<NameIdentifierInner> listRecommendations(DomainRecommendationSearchParameters parameters, Context context)"
|
|
desc: "Get domain name recommendations based on keywords. Description for Get domain name recommendations based on keywords."
|
|
returns:
|
|
description: "collection of domain name identifiers as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner&text=NameIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listRecommendationsAsync(com.azure.resourcemanager.appservice.models.DomainRecommendationSearchParameters)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.listRecommendationsAsync(DomainRecommendationSearchParameters parameters)"
|
|
name: "listRecommendationsAsync(DomainRecommendationSearchParameters parameters)"
|
|
nameWithType: "DomainsClient.listRecommendationsAsync(DomainRecommendationSearchParameters parameters)"
|
|
summary: "Get domain name recommendations based on keywords."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Search parameters for domain name recommendations."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DomainRecommendationSearchParameters?alt=com.azure.resourcemanager.appservice.models.DomainRecommendationSearchParameters&text=DomainRecommendationSearchParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedFlux<NameIdentifierInner> listRecommendationsAsync(DomainRecommendationSearchParameters parameters)"
|
|
desc: "Get domain name recommendations based on keywords. Description for Get domain name recommendations based on keywords."
|
|
returns:
|
|
description: "collection of domain name identifiers as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner&text=NameIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.renew(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.renew(String resourceGroupName, String domainName)"
|
|
name: "renew(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.renew(String resourceGroupName, String domainName)"
|
|
summary: "Renew a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void renew(String resourceGroupName, String domainName)"
|
|
desc: "Renew a domain. Description for Renew a domain."
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.renewAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.renewAsync(String resourceGroupName, String domainName)"
|
|
name: "renewAsync(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.renewAsync(String resourceGroupName, String domainName)"
|
|
summary: "Renew a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> renewAsync(String resourceGroupName, String domainName)"
|
|
desc: "Renew a domain. Description for Renew a domain."
|
|
returns:
|
|
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.renewWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.renewWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
name: "renewWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
nameWithType: "DomainsClient.renewWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
summary: "Renew a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Void> renewWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
desc: "Renew a domain. Description for Renew a domain."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.renewWithResponseAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.renewWithResponseAsync(String resourceGroupName, String domainName)"
|
|
name: "renewWithResponseAsync(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.renewWithResponseAsync(String resourceGroupName, String domainName)"
|
|
summary: "Renew a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Void>> renewWithResponseAsync(String resourceGroupName, String domainName)"
|
|
desc: "Renew a domain. Description for Renew a domain."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.transferOut(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.transferOut(String resourceGroupName, String domainName)"
|
|
name: "transferOut(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.transferOut(String resourceGroupName, String domainName)"
|
|
summary: "Transfer out domain to another registrar."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DomainInner transferOut(String resourceGroupName, String domainName)"
|
|
desc: "Transfer out domain to another registrar."
|
|
returns:
|
|
description: "information about a domain."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.transferOutAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.transferOutAsync(String resourceGroupName, String domainName)"
|
|
name: "transferOutAsync(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.transferOutAsync(String resourceGroupName, String domainName)"
|
|
summary: "Transfer out domain to another registrar."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<DomainInner> transferOutAsync(String resourceGroupName, String domainName)"
|
|
desc: "Transfer out domain to another registrar."
|
|
returns:
|
|
description: "information about a domain on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.transferOutWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.transferOutWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
name: "transferOutWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
nameWithType: "DomainsClient.transferOutWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
summary: "Transfer out domain to another registrar."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DomainInner> transferOutWithResponse(String resourceGroupName, String domainName, Context context)"
|
|
desc: "Transfer out domain to another registrar."
|
|
returns:
|
|
description: "information about a domain along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.transferOutWithResponseAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.transferOutWithResponseAsync(String resourceGroupName, String domainName)"
|
|
name: "transferOutWithResponseAsync(String resourceGroupName, String domainName)"
|
|
nameWithType: "DomainsClient.transferOutWithResponseAsync(String resourceGroupName, String domainName)"
|
|
summary: "Transfer out domain to another registrar."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<DomainInner>> transferOutWithResponseAsync(String resourceGroupName, String domainName)"
|
|
desc: "Transfer out domain to another registrar."
|
|
returns:
|
|
description: "information about a domain along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.models.DomainPatchResource)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.update(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
name: "update(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
nameWithType: "DomainsClient.update(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DomainPatchResource?alt=com.azure.resourcemanager.appservice.models.DomainPatchResource&text=DomainPatchResource\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DomainInner update(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "information about a domain."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.models.DomainPatchResource)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateAsync(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
name: "updateAsync(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
nameWithType: "DomainsClient.updateAsync(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DomainPatchResource?alt=com.azure.resourcemanager.appservice.models.DomainPatchResource&text=DomainPatchResource\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<DomainInner> updateAsync(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "information about a domain on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateOwnershipIdentifier(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
name: "updateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
nameWithType: "DomainsClient.updateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
summary: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A JSON representation of the domain ownership properties."
|
|
name: "domainOwnershipIdentifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DomainOwnershipIdentifierInner updateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
desc: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
returns:
|
|
description: "domain ownership Identifier."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateOwnershipIdentifierAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
name: "updateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
nameWithType: "DomainsClient.updateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
summary: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A JSON representation of the domain ownership properties."
|
|
name: "domainOwnershipIdentifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<DomainOwnershipIdentifierInner> updateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
desc: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
returns:
|
|
description: "domain ownership Identifier on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateOwnershipIdentifierWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, Context context)"
|
|
name: "updateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, Context context)"
|
|
nameWithType: "DomainsClient.updateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, Context context)"
|
|
summary: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A JSON representation of the domain ownership properties."
|
|
name: "domainOwnershipIdentifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DomainOwnershipIdentifierInner> updateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, Context context)"
|
|
desc: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
returns:
|
|
description: "domain ownership Identifier along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateOwnershipIdentifierWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
name: "updateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
nameWithType: "DomainsClient.updateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
summary: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of identifier."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A JSON representation of the domain ownership properties."
|
|
name: "domainOwnershipIdentifier"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<DomainOwnershipIdentifierInner>> updateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)"
|
|
desc: "Creates an ownership identifier for a domain or updates identifier details for an existing identifier Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier."
|
|
returns:
|
|
description: "domain ownership Identifier along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner&text=DomainOwnershipIdentifierInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.models.DomainPatchResource,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateWithResponse(String resourceGroupName, String domainName, DomainPatchResource domain, Context context)"
|
|
name: "updateWithResponse(String resourceGroupName, String domainName, DomainPatchResource domain, Context context)"
|
|
nameWithType: "DomainsClient.updateWithResponse(String resourceGroupName, String domainName, DomainPatchResource domain, Context context)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DomainPatchResource?alt=com.azure.resourcemanager.appservice.models.DomainPatchResource&text=DomainPatchResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DomainInner> updateWithResponse(String resourceGroupName, String domainName, DomainPatchResource domain, Context context)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "information about a domain along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.appservice.models.DomainPatchResource)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.DomainsClient.updateWithResponseAsync(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
name: "updateWithResponseAsync(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
nameWithType: "DomainsClient.updateWithResponseAsync(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
summary: "Creates or updates a domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group to which the resource belongs."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the domain."
|
|
name: "domainName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Domain registration information."
|
|
name: "domain"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DomainPatchResource?alt=com.azure.resourcemanager.appservice.models.DomainPatchResource&text=DomainPatchResource\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<DomainInner>> updateWithResponseAsync(String resourceGroupName, String domainName, DomainPatchResource domain)"
|
|
desc: "Creates or updates a domain. Description for Creates or updates a domain."
|
|
returns:
|
|
description: "information about a domain along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in DomainsClient."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.DomainInner?alt=com.azure.resourcemanager.appservice.fluent.models.DomainInner&text=DomainInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|