SubResourceReadOnly Constructors

Definition

Overloads

SubResourceReadOnly()

Initializes a new instance of the SubResourceReadOnly class.

SubResourceReadOnly(String)

Initializes a new instance of the SubResourceReadOnly class.

SubResourceReadOnly()

Initializes a new instance of the SubResourceReadOnly class.

public SubResourceReadOnly ();
Public Sub New ()

Applies to

SubResourceReadOnly(String)

Initializes a new instance of the SubResourceReadOnly class.

public SubResourceReadOnly (string id = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.SubResourceReadOnly : string -> Microsoft.Azure.Management.Compute.Fluent.Models.SubResourceReadOnly
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

Resource Id

Applies to