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

261 строка
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.communication.models.EmailServices"
fullName: "com.azure.resourcemanager.communication.models.EmailServices"
name: "EmailServices"
nameWithType: "EmailServices"
summary: "Resource collection API of Email<wbr>Services."
syntax: "public interface **EmailServices**"
methods:
- uid: "com.azure.resourcemanager.communication.models.EmailServices.define(java.lang.String)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.define(String name)"
name: "define(String name)"
nameWithType: "EmailServices.define(String name)"
summary: "Begins definition for a new Email<wbr>Service<wbr>Resource 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 EmailServiceResource.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new EmailServiceResource resource."
returns:
description: "the first stage of the new EmailServiceResource definition."
type: "<xref href=\"com.azure.resourcemanager.communication.models.EmailServiceResource.DefinitionStages.Blank?alt=com.azure.resourcemanager.communication.models.EmailServiceResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.communication.models.EmailServices.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.delete(String resourceGroupName, String emailServiceName, Context context)"
name: "delete(String resourceGroupName, String emailServiceName, Context context)"
nameWithType: "EmailServices.delete(String resourceGroupName, String emailServiceName, Context context)"
summary: "Delete Operation to delete a Email<wbr>Service."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the EmailService resource."
name: "emailServiceName"
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 emailServiceName, Context context)"
desc: "Delete Operation to delete a EmailService."
- uid: "com.azure.resourcemanager.communication.models.EmailServices.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "EmailServices.deleteById(String id)"
summary: "Delete Operation to delete a Email<wbr>Service."
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 Operation to delete a EmailService."
- uid: "com.azure.resourcemanager.communication.models.EmailServices.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "EmailServices.deleteByIdWithResponse(String id, Context context)"
summary: "Delete Operation to delete a Email<wbr>Service."
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 Operation to delete a EmailService."
- uid: "com.azure.resourcemanager.communication.models.EmailServices.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.deleteByResourceGroup(String resourceGroupName, String emailServiceName)"
name: "deleteByResourceGroup(String resourceGroupName, String emailServiceName)"
nameWithType: "EmailServices.deleteByResourceGroup(String resourceGroupName, String emailServiceName)"
summary: "Delete Operation to delete a Email<wbr>Service."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the EmailService resource."
name: "emailServiceName"
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 emailServiceName)"
desc: "Delete Operation to delete a EmailService."
- uid: "com.azure.resourcemanager.communication.models.EmailServices.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.getById(String id)"
name: "getById(String id)"
nameWithType: "EmailServices.getById(String id)"
summary: "Get Get the Email<wbr>Service and its properties."
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 EmailServiceResource getById(String id)"
desc: "Get Get the EmailService and its properties."
returns:
description: "the EmailService and its properties 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.communication.models.EmailServiceResource?alt=com.azure.resourcemanager.communication.models.EmailServiceResource&text=EmailServiceResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.communication.models.EmailServices.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "EmailServices.getByIdWithResponse(String id, Context context)"
summary: "Get Get the Email<wbr>Service and its properties."
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<EmailServiceResource> getByIdWithResponse(String id, Context context)"
desc: "Get Get the EmailService and its properties."
returns:
description: "the EmailService and its properties 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.communication.models.EmailServiceResource?alt=com.azure.resourcemanager.communication.models.EmailServiceResource&text=EmailServiceResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.communication.models.EmailServices.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.getByResourceGroup(String resourceGroupName, String emailServiceName)"
name: "getByResourceGroup(String resourceGroupName, String emailServiceName)"
nameWithType: "EmailServices.getByResourceGroup(String resourceGroupName, String emailServiceName)"
summary: "Get Get the Email<wbr>Service and its properties."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the EmailService resource."
name: "emailServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract EmailServiceResource getByResourceGroup(String resourceGroupName, String emailServiceName)"
desc: "Get Get the EmailService and its properties."
returns:
description: "the EmailService and its properties."
type: "<xref href=\"com.azure.resourcemanager.communication.models.EmailServiceResource?alt=com.azure.resourcemanager.communication.models.EmailServiceResource&text=EmailServiceResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.communication.models.EmailServices.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.getByResourceGroupWithResponse(String resourceGroupName, String emailServiceName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String emailServiceName, Context context)"
nameWithType: "EmailServices.getByResourceGroupWithResponse(String resourceGroupName, String emailServiceName, Context context)"
summary: "Get Get the Email<wbr>Service and its properties."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the EmailService resource."
name: "emailServiceName"
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<EmailServiceResource> getByResourceGroupWithResponse(String resourceGroupName, String emailServiceName, Context context)"
desc: "Get Get the EmailService and its properties."
returns:
description: "the EmailService and its properties 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.communication.models.EmailServiceResource?alt=com.azure.resourcemanager.communication.models.EmailServiceResource&text=EmailServiceResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.communication.models.EmailServices.list()"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.list()"
name: "list()"
nameWithType: "EmailServices.list()"
summary: "List By Subscription Handles requests to list all resources in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<EmailServiceResource> list()"
desc: "List By Subscription Handles requests to list all resources in a subscription."
returns:
description: "object that includes an array of EmailServices and a possible link for next set as paginated response\n 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\" />&lt;<xref href=\"com.azure.resourcemanager.communication.models.EmailServiceResource?alt=com.azure.resourcemanager.communication.models.EmailServiceResource&text=EmailServiceResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.communication.models.EmailServices.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.list(Context context)"
name: "list(Context context)"
nameWithType: "EmailServices.list(Context context)"
summary: "List By Subscription Handles requests to list all resources 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<EmailServiceResource> list(Context context)"
desc: "List By Subscription Handles requests to list all resources in a subscription."
returns:
description: "object that includes an array of EmailServices and a possible link for next set as paginated response\n 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\" />&lt;<xref href=\"com.azure.resourcemanager.communication.models.EmailServiceResource?alt=com.azure.resourcemanager.communication.models.EmailServiceResource&text=EmailServiceResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.communication.models.EmailServices.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "EmailServices.listByResourceGroup(String resourceGroupName)"
summary: "List By Resource Group Handles requests to list all resources in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<EmailServiceResource> listByResourceGroup(String resourceGroupName)"
desc: "List By Resource Group Handles requests to list all resources in a resource group."
returns:
description: "object that includes an array of EmailServices and a possible link for next set as paginated response\n 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\" />&lt;<xref href=\"com.azure.resourcemanager.communication.models.EmailServiceResource?alt=com.azure.resourcemanager.communication.models.EmailServiceResource&text=EmailServiceResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.communication.models.EmailServices.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "EmailServices.listByResourceGroup(String resourceGroupName, Context context)"
summary: "List By Resource Group Handles requests to list all resources in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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<EmailServiceResource> listByResourceGroup(String resourceGroupName, Context context)"
desc: "List By Resource Group Handles requests to list all resources in a resource group."
returns:
description: "object that includes an array of EmailServices and a possible link for next set as paginated response\n 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\" />&lt;<xref href=\"com.azure.resourcemanager.communication.models.EmailServiceResource?alt=com.azure.resourcemanager.communication.models.EmailServiceResource&text=EmailServiceResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.communication.models.EmailServices.listVerifiedExchangeOnlineDomains()"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.listVerifiedExchangeOnlineDomains()"
name: "listVerifiedExchangeOnlineDomains()"
nameWithType: "EmailServices.listVerifiedExchangeOnlineDomains()"
summary: "List Verified Domains From Exchange Online Get a list of domains that are fully verified in Exchange Online."
modifiers:
- "abstract"
syntax: "public abstract List<String> listVerifiedExchangeOnlineDomains()"
desc: "List Verified Domains From Exchange Online Get a list of domains that are fully verified in Exchange Online."
returns:
description: "a list of domains that are fully verified in Exchange Online."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.communication.models.EmailServices.listVerifiedExchangeOnlineDomainsWithResponse(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.communication.models.EmailServices.listVerifiedExchangeOnlineDomainsWithResponse(Context context)"
name: "listVerifiedExchangeOnlineDomainsWithResponse(Context context)"
nameWithType: "EmailServices.listVerifiedExchangeOnlineDomainsWithResponse(Context context)"
summary: "List Verified Domains From Exchange Online Get a list of domains that are fully verified in Exchange Online."
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<List<String>> listVerifiedExchangeOnlineDomainsWithResponse(Context context)"
desc: "List Verified Domains From Exchange Online Get a list of domains that are fully verified in Exchange Online."
returns:
description: "a list of domains that are fully verified in Exchange Online 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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;&gt;"
type: "interface"
desc: "Resource collection API of EmailServices."
metadata: {}
package: "com.azure.resourcemanager.communication.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-communication:2.1.0