Sdílet prostřednictvím


IPrivateLinkResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.PrivateLinkResourceTypeConverter))]
public interface IPrivateLinkResource : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.PrivateLinkResourceTypeConverter))>]
type IPrivateLinkResource = interface
    interface IJsonSerializable
Public Interface IPrivateLinkResource
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

GroupId

The group ID of the resource.

Id

The ID of the private link resource.

Name

The name of the private link resource.

PrivateLinkServiceId

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

RequiredMember

The RequiredMembers of the resource

Type

The resource type.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to