IDefinition Interface
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.
Interface conteneur pour toutes les définitions.
public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IBlank, Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress>
type IDefinition = interface
interface IBlank
interface IDefinitionWithRegion<IWithGroup>
interface IWithGroup
interface IWithGroup<IWithCreate>
interface IWithExistingResourceGroup<IWithCreate>
interface IWithNewResourceGroup<IWithCreate>
interface IWithCreatableResourceGroup<IWithCreate>
interface IWithCreate
interface ICreatable<IPublicIPAddress>
interface IIndexable
interface IWithLeafDomainLabel
interface IWithIPAddress
interface IWithReverseFQDN
interface IWithIdleTimeout
interface IWithAvailabilityZone
interface IBeta
interface IWithSku
interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IPublicIPAddress), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithCreate), IWithCreate, IWithExistingResourceGroup(Of IWithCreate), IWithGroup, IWithGroup(Of IWithCreate), IWithNewResourceGroup(Of IWithCreate)
- Implémente
-
IBlank IWithAvailabilityZone IWithCreate IWithGroup IWithIdleTimeout IWithIPAddress IWithLeafDomainLabel IWithReverseFQDN IWithSku IWithCreatableResourceGroup<IWithCreate> IWithCreatableResourceGroup<T> IWithExistingResourceGroup<IWithCreate> IWithExistingResourceGroup<T> IWithGroup<IWithCreate> IWithNewResourceGroup<IWithCreate> IWithNewResourceGroup<T> IBeta IDefinitionWithRegion<IWithGroup> IDefinitionWithTags<IWithCreate> ICreatable<IPublicIPAddress> IIndexable
Propriétés
Key |
Interface conteneur pour toutes les définitions. (Hérité de IIndexable) |
Name |
Obtient le nom de la ressource créatable. (Hérité de ICreatable<T>) |
Méthodes
Create() |
Exécutez la demande de création. (Hérité de ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Place la requête dans la file d’attente et autorise le client HTTP à l’exécuter lorsque des ressources système sont disponibles. (Hérité de ICreatable<T>) |
WithAvailabilityZone(AvailabilityZoneId) |
Spécifie la zone de disponibilité de l’adresse IP. (Hérité de IWithAvailabilityZone) |
WithDynamicIP() |
Active l’allocation d’adresses IP dynamiques. (Hérité de IWithIPAddress) |
WithExistingResourceGroup(IResourceGroup) |
Associe la ressource à un groupe de ressources existant. (Hérité de IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Associe la ressource à un groupe de ressources existant. (Hérité de IWithExistingResourceGroup<T>) |
WithIdleTimeoutInMinutes(Int32) |
Spécifie le délai d’attente (en minutes) pour une connexion inactive. (Hérité de IWithIdleTimeout) |
WithLeafDomainLabel(String) |
Spécifie l’étiquette de domaine feuille à associer à cette adresse IP publique. Le nom de domaine complet (FQDN) sera construit automatiquement en ajoutant le reste du domaine à cette étiquette. (Hérité de IWithLeafDomainLabel) |
WithNewResourceGroup() |
Interface conteneur pour toutes les définitions. (Hérité de IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Crée un groupe de ressources dans lequel placer la ressource, en fonction de la définition spécifiée. (Hérité de IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
Interface conteneur pour toutes les définitions. (Hérité de IWithNewResourceGroup<T>) |
WithoutLeafDomainLabel() |
Garantit qu’aucune étiquette de domaine feuille n’est utilisée. Cela signifie que cette adresse IP publique ne sera pas associée à un nom de domaine. (Hérité de IWithLeafDomainLabel) |
WithoutReverseFqdn() |
Garantit qu’aucun nom de domaine complet inverse ne sera utilisé. (Hérité de IWithReverseFQDN) |
WithRegion(Region) |
Spécifie la région de la ressource. (Hérité de IDefinitionWithRegion<T>) |
WithRegion(String) |
Spécifie la région de la ressource par son nom. (Hérité de IDefinitionWithRegion<T>) |
WithReverseFqdn(String) |
Spécifie le nom de domaine complet inverse à affecter à cette adresse IP publique. (Hérité de IWithReverseFQDN) |
WithSku(PublicIPSkuType) |
Spécifie la référence SKU pour l’adresse IP. (Hérité de IWithSku) |
WithStaticIP() |
Active l’allocation d’adresses IP statiques. Utilisez PublicIPAddress.ipAddress() après la création de l’adresse IP publique pour obtenir l’adresse IP réelle allouée pour cette ressource par Azure. (Hérité de IWithIPAddress) |
WithTag(String, String) |
Ajoute une balise à la ressource. (Hérité de IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
Spécifie des balises pour la ressource en tant que {@link Map}. (Hérité de IDefinitionWithTags<T>) |
S’applique à
Azure SDK for .NET