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

63 строки
9.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domains"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domains"
name: "Domains"
nameWithType: "Domains"
summary: "Type representing Domains."
syntax: "public interface **Domains**</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.eventgrid.v2020_04_01_preview.Domain.DefinitionStages.Blank?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion?alt=com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.collection.SupportsListing?alt=com.microsoft.azure.arm.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain&text=Domain\" 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.eventgrid.v2020_04_01_preview.implementation.DomainsInner?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.DomainsInner&text=DomainsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domains.listSharedAccessKeysAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domains.listSharedAccessKeysAsync(String resourceGroupName, String domainName)"
name: "listSharedAccessKeysAsync(String resourceGroupName, String domainName)"
nameWithType: "Domains.listSharedAccessKeysAsync(String resourceGroupName, String domainName)"
summary: "List keys for a domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Name of the domain."
name: "domainName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<DomainSharedAccessKeys> listSharedAccessKeysAsync(String resourceGroupName, String domainName)"
desc: "List keys for a domain. List the two keys used to publish to a domain."
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.eventgrid.v2020_04_01_preview.DomainSharedAccessKeys?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainSharedAccessKeys&text=DomainSharedAccessKeys\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domains.regenerateKeyAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domains.regenerateKeyAsync(String resourceGroupName, String domainName, String keyName)"
name: "regenerateKeyAsync(String resourceGroupName, String domainName, String keyName)"
nameWithType: "Domains.regenerateKeyAsync(String resourceGroupName, String domainName, String keyName)"
summary: "Regenerate key for a domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Name of the domain."
name: "domainName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Key name to regenerate key1 or key2."
name: "keyName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<DomainSharedAccessKeys> regenerateKeyAsync(String resourceGroupName, String domainName, String keyName)"
desc: "Regenerate key for a domain. Regenerate a shared access key for a domain."
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.eventgrid.v2020_04_01_preview.DomainSharedAccessKeys?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DomainSharedAccessKeys&text=DomainSharedAccessKeys\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing Domains."
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.eventgrid.v2020_04_01_preview.Domain.DefinitionStages.Blank?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsListing?alt=com.microsoft.azure.arm.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain&text=Domain\" 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.eventgrid.v2020_04_01_preview.implementation.DomainsInner?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.DomainsInner&text=DomainsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion?alt=com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview"
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3