azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

89 строки
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomains"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomains"
name: "CustomDomains"
nameWithType: "CustomDomains"
summary: "Type representing Custom<wbr>Domains."
syntax: "public interface **CustomDomains**</br> extends <xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.CustomDomainsInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.CustomDomainsInner&text=CustomDomainsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomains.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomains.deleteAsync(String resourceGroupName, String serviceName, String appName, String domainName)"
name: "deleteAsync(String resourceGroupName, String serviceName, String appName, String domainName)"
nameWithType: "CustomDomains.deleteAsync(String resourceGroupName, String serviceName, String appName, String domainName)"
summary: "Delete the custom domain of one lifecycle application."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the App resource."
name: "appName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the custom domain resource."
name: "domainName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String appName, String domainName)"
desc: "Delete the custom domain of one lifecycle application."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomains.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomains.getAsync(String resourceGroupName, String serviceName, String appName, String domainName)"
name: "getAsync(String resourceGroupName, String serviceName, String appName, String domainName)"
nameWithType: "CustomDomains.getAsync(String resourceGroupName, String serviceName, String appName, String domainName)"
summary: "Get the custom domain of one lifecycle application."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the App resource."
name: "appName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the custom domain resource."
name: "domainName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<CustomDomainResource> getAsync(String resourceGroupName, String serviceName, String appName, String domainName)"
desc: "Get the custom domain of one lifecycle application."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainResource&text=CustomDomainResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomains.listAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomains.listAsync(String resourceGroupName, String serviceName, String appName)"
name: "listAsync(String resourceGroupName, String serviceName, String appName)"
nameWithType: "CustomDomains.listAsync(String resourceGroupName, String serviceName, String appName)"
summary: "List the custom domains of one lifecycle application."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the App resource."
name: "appName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<CustomDomainResource> listAsync(String resourceGroupName, String serviceName, String appName)"
desc: "List the custom domains of one lifecycle application."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainResource&text=CustomDomainResource\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing CustomDomains."
implements:
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CustomDomainResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.CustomDomainsInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.CustomDomainsInner&text=CustomDomainsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta