ResourceBasics Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.