Partilhar via


ArmAutomationModelFactory.AutomationPrivateEndpointConnectionData Método

Definição

Inicializa uma nova instância de AutomationPrivateEndpointConnectionData.

public static Azure.ResourceManager.Automation.AutomationPrivateEndpointConnectionData AutomationPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier privateEndpointId = default, System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.ResourceManager.Automation.Models.AutomationPrivateLinkServiceConnectionStateProperty connectionState = default);
static member AutomationPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * seq<string> * Azure.ResourceManager.Automation.Models.AutomationPrivateLinkServiceConnectionStateProperty -> Azure.ResourceManager.Automation.AutomationPrivateEndpointConnectionData
Public Shared Function AutomationPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing, Optional connectionState As AutomationPrivateLinkServiceConnectionStateProperty = Nothing) As AutomationPrivateEndpointConnectionData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

privateEndpointId
ResourceIdentifier

Ponto de extremidade privado ao qual a conexão pertence.

groupIds
IEnumerable<String>

Obtém as groupIds.

connectionState
AutomationPrivateLinkServiceConnectionStateProperty

Estado de conexão da conexão de ponto de extremidade privado.

Retornos

Uma nova AutomationPrivateEndpointConnectionData instância para zombar.

Aplica-se a