SharedPrivateLinkResourceProperties Constructors

Definition

Overloads

SharedPrivateLinkResourceProperties()

Initializes a new instance of the SharedPrivateLinkResourceProperties class.

SharedPrivateLinkResourceProperties(ResourceReference, String, String, String, Nullable<SharedPrivateLinkResourceStatus>)

Initializes a new instance of the SharedPrivateLinkResourceProperties class.

SharedPrivateLinkResourceProperties()

Initializes a new instance of the SharedPrivateLinkResourceProperties class.

public SharedPrivateLinkResourceProperties ();
Public Sub New ()

Applies to

SharedPrivateLinkResourceProperties(ResourceReference, String, String, String, Nullable<SharedPrivateLinkResourceStatus>)

Initializes a new instance of the SharedPrivateLinkResourceProperties class.

public SharedPrivateLinkResourceProperties (Microsoft.Azure.Management.Cdn.Models.ResourceReference privateLink = default, string privateLinkLocation = default, string groupId = default, string requestMessage = default, Microsoft.Azure.Management.Cdn.Models.SharedPrivateLinkResourceStatus? status = default);
new Microsoft.Azure.Management.Cdn.Models.SharedPrivateLinkResourceProperties : Microsoft.Azure.Management.Cdn.Models.ResourceReference * string * string * string * Nullable<Microsoft.Azure.Management.Cdn.Models.SharedPrivateLinkResourceStatus> -> Microsoft.Azure.Management.Cdn.Models.SharedPrivateLinkResourceProperties
Public Sub New (Optional privateLink As ResourceReference = Nothing, Optional privateLinkLocation As String = Nothing, Optional groupId As String = Nothing, Optional requestMessage As String = Nothing, Optional status As Nullable(Of SharedPrivateLinkResourceStatus) = Nothing)

Parameters

privateLink
ResourceReference

The resource id of the resource the shared private link resource is for.

privateLinkLocation
String

The location of the shared private link resource

groupId
String

The group id from the provider of resource the shared private link resource is for.

requestMessage
String

The request message for requesting approval of the shared private link resource.

status
Nullable<SharedPrivateLinkResourceStatus>

Status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected', 'Timeout'

Applies to