ArmAutomationModelFactory.AutomationPrivateEndpointConnectionData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- privateEndpointId
- ResourceIdentifier
Private endpoint which the connection belongs to.
- groupIds
- IEnumerable<String>
Gets the groupIds.
- connectionState
- AutomationPrivateLinkServiceConnectionStateProperty
Connection State of the Private Endpoint Connection.
Returns
A new AutomationPrivateEndpointConnectionData instance for mocking.