Condividi tramite


ResourceBasics Constructors

Definition

Overloads

ResourceBasics()

Initializes a new instance of the ResourceBasics class.

ResourceBasics(String, IList<String>)

Initializes a new instance of the ResourceBasics class.

ResourceBasics()

Initializes a new instance of the ResourceBasics class.

public ResourceBasics ();
Public Sub New ()

Applies to

ResourceBasics(String, IList<String>)

Initializes a new instance of the ResourceBasics class.

public ResourceBasics (string resourceId = default, System.Collections.Generic.IList<string> addressPrefixes = default);
new Microsoft.Azure.Management.Network.Models.ResourceBasics : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.ResourceBasics
Public Sub New (Optional resourceId As String = Nothing, Optional addressPrefixes As IList(Of String) = Nothing)

Parameters

resourceId
String

ResourceId of the Azure resource.

addressPrefixes
IList<String>

List of IP address prefixes of the resource.

Applies to