SubResource Constructors
Definition
Overloads
SubResource() |
Initializes a new instance of the SubResource class. |
SubResource(String) |
Initializes a new instance of the SubResource class. |
SubResource()
Initializes a new instance of the SubResource class.
public SubResource ();
Public Sub New ()
Applies to
Product | Introduced |
---|
SubResource(String)
Initializes a new instance of the SubResource class.
public SubResource (string id = null);
new Microsoft.Azure.Management.ResourceManager.Fluent.SubResource : string -> Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
Public Sub New (Optional id As String = null)
Parameters
- id
- String
Applies to
Product | Introduced |
---|