İngilizce dilinde oku

Aracılığıyla paylaş


DomainsOperationsExtensions.BeginUpdate Method

Definition

Update a domain.

public static Microsoft.Azure.Management.EventGrid.Models.Domain BeginUpdate (this Microsoft.Azure.Management.EventGrid.IDomainsOperations operations, string resourceGroupName, string domainName, Microsoft.Azure.Management.EventGrid.Models.DomainUpdateParameters domainUpdateParameters);

Parameters

operations
IDomainsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the user's subscription.

domainName
String

Name of the domain.

domainUpdateParameters
DomainUpdateParameters

Domain update information.

Returns

Remarks

Asynchronously updates a domain with the specified parameters.

Applies to