Share via


ArmContainerServiceModelFactory.ContainerServicePrivateLinkResourceData Method

Definition

Initializes a new instance of ContainerServicePrivateLinkResourceData.

public static Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData ContainerServicePrivateLinkResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, Azure.Core.ResourceIdentifier privateLinkServiceId = default);
static member ContainerServicePrivateLinkResourceData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * string * seq<string> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkResourceData
Public Shared Function ContainerServicePrivateLinkResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional privateLinkServiceId As ResourceIdentifier = Nothing) As ContainerServicePrivateLinkResourceData

Parameters

id
ResourceIdentifier

The ID of the private link resource.

name
String

The name of the private link resource.

resourceType
Nullable<ResourceType>

The resource type.

groupId
String

The group ID of the resource.

requiredMembers
IEnumerable<String>

The RequiredMembers of the resource.

privateLinkServiceId
ResourceIdentifier

The private link service ID of the resource, this field is exposed only to NRP internally.

Returns

A new ContainerServicePrivateLinkResourceData instance for mocking.

Applies to