ArmBotServiceModelFactory.BotServicePrivateLinkResourceData 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.
Initialise une nouvelle instance de BotServicePrivateLinkResourceData.
public static Azure.ResourceManager.BotService.Models.BotServicePrivateLinkResourceData BotServicePrivateLinkResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default);
static member BotServicePrivateLinkResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<string> * seq<string> -> Azure.ResourceManager.BotService.Models.BotServicePrivateLinkResourceData
Public Shared Function BotServicePrivateLinkResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing) As BotServicePrivateLinkResourceData
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- groupId
- String
ID du groupe de ressources private link.
- requiredMembers
- IEnumerable<String>
La ressource de liaison privée exigeait des noms de membres.
- requiredZoneNames
- IEnumerable<String>
Nom de la zone DNS de liaison privée de la ressource de liaison privée.
Retours
Une nouvelle BotServicePrivateLinkResourceData instance de moqueries.
S’applique à
Azure SDK for .NET