AFDCustomDomainsOperationsExtensions.Update Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour un domaine existant dans un profil.
public static Microsoft.Azure.Management.Cdn.Models.AFDDomain Update (this Microsoft.Azure.Management.Cdn.IAFDCustomDomainsOperations operations, string resourceGroupName, string profileName, string customDomainName, Microsoft.Azure.Management.Cdn.Models.AFDDomainHttpsParameters tlsSettings = default, Microsoft.Azure.Management.Cdn.Models.ResourceReference azureDnsZone = default);
static member Update : Microsoft.Azure.Management.Cdn.IAFDCustomDomainsOperations * string * string * string * Microsoft.Azure.Management.Cdn.Models.AFDDomainHttpsParameters * Microsoft.Azure.Management.Cdn.Models.ResourceReference -> Microsoft.Azure.Management.Cdn.Models.AFDDomain
<Extension()>
Public Function Update (operations As IAFDCustomDomainsOperations, resourceGroupName As String, profileName As String, customDomainName As String, Optional tlsSettings As AFDDomainHttpsParameters = Nothing, Optional azureDnsZone As ResourceReference = Nothing) As AFDDomain
Paramètres
- operations
- IAFDCustomDomainsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources au sein de l’abonnement Azure.
- profileName
- String
Nom du profil CDN unique au sein du groupe de ressources.
- customDomainName
- String
Nom du domaine sous le profil qui est unique globalement
- tlsSettings
- AFDDomainHttpsParameters
Configuration spécifiant comment activer HTTPS pour le domaine à l’aide d’un certificat managé AzureFrontDoor ou du certificat de l’utilisateur. Si ce n’est pas spécifié, l’activation de ssl utilise le certificat managé AzureFrontDoor par défaut.
- azureDnsZone
- ResourceReference
Référence de ressource à la zone Azure DNS
Retours
S’applique à
Azure SDK for .NET