IBlank 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.
Première étape de la définition du pare-feu Azure.
public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroupAndRegion<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroupWithRegion<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithCreate>
type IBlank = interface
interface IWithGroupAndRegion<IWithCreate>
interface IWithExistingResourceGroup<IWithCreate>
interface IWithNewResourceGroupWithRegion<IWithCreate>
interface IWithCreatableResourceGroup<IWithCreate>
Public Interface IBlank
Implements IWithCreatableResourceGroup(Of IWithCreate), IWithExistingResourceGroup(Of IWithCreate), IWithGroupAndRegion(Of IWithCreate), IWithNewResourceGroupWithRegion(Of IWithCreate)
- Dérivé
- Implémente
Méthodes
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>) |
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(Region) |
Crée un groupe de ressources dans lequel placer la ressource. Le groupe sera créé au même emplacement que la ressource. Le nom du groupe est automatiquement dérivé du nom de la ressource. (Hérité de IWithNewResourceGroupWithRegion<T>) |
WithNewResourceGroup(String, Region) |
Crée un groupe de ressources dans lequel placer la ressource. Le groupe sera créé au même emplacement que la ressource. (Hérité de IWithNewResourceGroupWithRegion<T>) |
S’applique à
Azure SDK for .NET