azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.e...

333 строки
25 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.eventgrid.models.Domains"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains"
name: "Domains"
nameWithType: "Domains"
summary: "Resource collection API of Domains."
syntax: "public interface **Domains**"
methods:
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.define(java.lang.String)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.define(String name)"
name: "define(String name)"
nameWithType: "Domains.define(String name)"
summary: "Begins definition for a new Domain resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Domain.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Domain resource."
returns:
description: "the first stage of the new Domain definition."
type: "<xref href=\"com.azure.resourcemanager.eventgrid.models.Domain.DefinitionStages.Blank?alt=com.azure.resourcemanager.eventgrid.models.Domain.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.delete(String resourceGroupName, String domainName, Context context)"
name: "delete(String resourceGroupName, String domainName, Context context)"
nameWithType: "Domains.delete(String resourceGroupName, String domainName, Context context)"
summary: "Delete existing domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
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 void delete(String resourceGroupName, String domainName, Context context)"
desc: "Delete existing domain."
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Domains.deleteById(String id)"
summary: "Delete existing domain."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Delete existing domain."
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Domains.deleteByIdWithResponse(String id, Context context)"
summary: "Delete existing domain."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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 void deleteByIdWithResponse(String id, Context context)"
desc: "Delete existing domain."
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.deleteByResourceGroup(String resourceGroupName, String domainName)"
name: "deleteByResourceGroup(String resourceGroupName, String domainName)"
nameWithType: "Domains.deleteByResourceGroup(String resourceGroupName, String domainName)"
summary: "Delete existing domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
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 deleteByResourceGroup(String resourceGroupName, String domainName)"
desc: "Delete existing domain."
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.getById(String id)"
name: "getById(String id)"
nameWithType: "Domains.getById(String id)"
summary: "Get properties of a domain."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Domain getById(String id)"
desc: "Get properties of a domain."
returns:
description: "properties of 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.resourcemanager.eventgrid.models.Domain?alt=com.azure.resourcemanager.eventgrid.models.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Domains.getByIdWithResponse(String id, Context context)"
summary: "Get properties of a domain."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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<Domain> getByIdWithResponse(String id, Context context)"
desc: "Get properties of a domain."
returns:
description: "properties of 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\" />&lt;<xref href=\"com.azure.resourcemanager.eventgrid.models.Domain?alt=com.azure.resourcemanager.eventgrid.models.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.getByResourceGroup(String resourceGroupName, String domainName)"
name: "getByResourceGroup(String resourceGroupName, String domainName)"
nameWithType: "Domains.getByResourceGroup(String resourceGroupName, String domainName)"
summary: "Get properties of a domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
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 Domain getByResourceGroup(String resourceGroupName, String domainName)"
desc: "Get properties of a domain."
returns:
description: "properties of a domain."
type: "<xref href=\"com.azure.resourcemanager.eventgrid.models.Domain?alt=com.azure.resourcemanager.eventgrid.models.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.getByResourceGroupWithResponse(String resourceGroupName, String domainName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String domainName, Context context)"
nameWithType: "Domains.getByResourceGroupWithResponse(String resourceGroupName, String domainName, Context context)"
summary: "Get properties of a domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
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<Domain> getByResourceGroupWithResponse(String resourceGroupName, String domainName, Context context)"
desc: "Get properties of a domain."
returns:
description: "properties of 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\" />&lt;<xref href=\"com.azure.resourcemanager.eventgrid.models.Domain?alt=com.azure.resourcemanager.eventgrid.models.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.list()"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.list()"
name: "list()"
nameWithType: "Domains.list()"
summary: "List all the domains under an Azure subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<Domain> list()"
desc: "List all the domains under an Azure subscription."
returns:
description: "result of the List Domains operation."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventgrid.models.Domain?alt=com.azure.resourcemanager.eventgrid.models.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.list(java.lang.String,java.lang.Integer,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.list(String filter, Integer top, Context context)"
name: "list(String filter, Integer top, Context context)"
nameWithType: "Domains.list(String filter, Integer top, Context context)"
summary: "List all the domains under an Azure subscription."
modifiers:
- "abstract"
parameters:
- description: "The query used to filter the search results using OData syntax. Filtering is permitted on the\n 'name' property only and with limited number of OData operations. These operations are: the 'contains'\n function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal).\n No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE,\n 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq\n 'westus'."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The number of results to return per page for the list operation. Valid range for top parameter is 1 to\n 100. If not specified, the default number of results to be returned is 20 items per page."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</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<Domain> list(String filter, Integer top, Context context)"
desc: "List all the domains under an Azure subscription."
returns:
description: "result of the List Domains operation."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventgrid.models.Domain?alt=com.azure.resourcemanager.eventgrid.models.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "Domains.listByResourceGroup(String resourceGroupName)"
summary: "List all the domains under a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<Domain> listByResourceGroup(String resourceGroupName)"
desc: "List all the domains under a resource group."
returns:
description: "result of the List Domains operation."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventgrid.models.Domain?alt=com.azure.resourcemanager.eventgrid.models.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.listByResourceGroup(java.lang.String,java.lang.String,java.lang.Integer,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.listByResourceGroup(String resourceGroupName, String filter, Integer top, Context context)"
name: "listByResourceGroup(String resourceGroupName, String filter, Integer top, Context context)"
nameWithType: "Domains.listByResourceGroup(String resourceGroupName, String filter, Integer top, Context context)"
summary: "List all the domains under a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The query used to filter the search results using OData syntax. Filtering is permitted on the\n 'name' property only and with limited number of OData operations. These operations are: the 'contains'\n function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal).\n No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE,\n 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq\n 'westus'."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The number of results to return per page for the list operation. Valid range for top parameter is 1 to\n 100. If not specified, the default number of results to be returned is 20 items per page."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</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<Domain> listByResourceGroup(String resourceGroupName, String filter, Integer top, Context context)"
desc: "List all the domains under a resource group."
returns:
description: "result of the List Domains operation."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventgrid.models.Domain?alt=com.azure.resourcemanager.eventgrid.models.Domain&text=Domain\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.listSharedAccessKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.listSharedAccessKeys(String resourceGroupName, String domainName)"
name: "listSharedAccessKeys(String resourceGroupName, String domainName)"
nameWithType: "Domains.listSharedAccessKeys(String resourceGroupName, String domainName)"
summary: "List the two keys used to publish to a domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
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 DomainSharedAccessKeys listSharedAccessKeys(String resourceGroupName, String domainName)"
desc: "List the two keys used to publish to a domain."
returns:
description: "shared access keys of the Domain."
type: "<xref href=\"com.azure.resourcemanager.eventgrid.models.DomainSharedAccessKeys?alt=com.azure.resourcemanager.eventgrid.models.DomainSharedAccessKeys&text=DomainSharedAccessKeys\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.listSharedAccessKeysWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.listSharedAccessKeysWithResponse(String resourceGroupName, String domainName, Context context)"
name: "listSharedAccessKeysWithResponse(String resourceGroupName, String domainName, Context context)"
nameWithType: "Domains.listSharedAccessKeysWithResponse(String resourceGroupName, String domainName, Context context)"
summary: "List the two keys used to publish to a domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
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<DomainSharedAccessKeys> listSharedAccessKeysWithResponse(String resourceGroupName, String domainName, Context context)"
desc: "List the two keys used to publish to a domain."
returns:
description: "shared access keys of the 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\" />&lt;<xref href=\"com.azure.resourcemanager.eventgrid.models.DomainSharedAccessKeys?alt=com.azure.resourcemanager.eventgrid.models.DomainSharedAccessKeys&text=DomainSharedAccessKeys\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.regenerateKey(java.lang.String,java.lang.String,com.azure.resourcemanager.eventgrid.models.DomainRegenerateKeyRequest)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.regenerateKey(String resourceGroupName, String domainName, DomainRegenerateKeyRequest regenerateKeyRequest)"
name: "regenerateKey(String resourceGroupName, String domainName, DomainRegenerateKeyRequest regenerateKeyRequest)"
nameWithType: "Domains.regenerateKey(String resourceGroupName, String domainName, DomainRegenerateKeyRequest regenerateKeyRequest)"
summary: "Regenerate a shared access key for a domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
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: "Request body to regenerate key."
name: "regenerateKeyRequest"
type: "<xref href=\"com.azure.resourcemanager.eventgrid.models.DomainRegenerateKeyRequest?alt=com.azure.resourcemanager.eventgrid.models.DomainRegenerateKeyRequest&text=DomainRegenerateKeyRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract DomainSharedAccessKeys regenerateKey(String resourceGroupName, String domainName, DomainRegenerateKeyRequest regenerateKeyRequest)"
desc: "Regenerate a shared access key for a domain."
returns:
description: "shared access keys of the Domain."
type: "<xref href=\"com.azure.resourcemanager.eventgrid.models.DomainSharedAccessKeys?alt=com.azure.resourcemanager.eventgrid.models.DomainSharedAccessKeys&text=DomainSharedAccessKeys\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventgrid.models.Domains.regenerateKeyWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.eventgrid.models.DomainRegenerateKeyRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventgrid.models.Domains.regenerateKeyWithResponse(String resourceGroupName, String domainName, DomainRegenerateKeyRequest regenerateKeyRequest, Context context)"
name: "regenerateKeyWithResponse(String resourceGroupName, String domainName, DomainRegenerateKeyRequest regenerateKeyRequest, Context context)"
nameWithType: "Domains.regenerateKeyWithResponse(String resourceGroupName, String domainName, DomainRegenerateKeyRequest regenerateKeyRequest, Context context)"
summary: "Regenerate a shared access key for a domain."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
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: "Request body to regenerate key."
name: "regenerateKeyRequest"
type: "<xref href=\"com.azure.resourcemanager.eventgrid.models.DomainRegenerateKeyRequest?alt=com.azure.resourcemanager.eventgrid.models.DomainRegenerateKeyRequest&text=DomainRegenerateKeyRequest\" 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<DomainSharedAccessKeys> regenerateKeyWithResponse(String resourceGroupName, String domainName, DomainRegenerateKeyRequest regenerateKeyRequest, Context context)"
desc: "Regenerate a shared access key for a domain."
returns:
description: "shared access keys of the 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\" />&lt;<xref href=\"com.azure.resourcemanager.eventgrid.models.DomainSharedAccessKeys?alt=com.azure.resourcemanager.eventgrid.models.DomainSharedAccessKeys&text=DomainSharedAccessKeys\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Domains."
metadata: {}
package: "com.azure.resourcemanager.eventgrid.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-eventgrid:1.1.0