你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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