AvailableServiceAlias 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
AvailableServiceAlias() |
Initializes a new instance of the AvailableServiceAlias class. |
AvailableServiceAlias(String, String, String, String) |
Initializes a new instance of the AvailableServiceAlias class. |
AvailableServiceAlias()
Initializes a new instance of the AvailableServiceAlias class.
public AvailableServiceAlias ();
Public Sub New ()
Applies to
AvailableServiceAlias(String, String, String, String)
Initializes a new instance of the AvailableServiceAlias class.
public AvailableServiceAlias (string name = default, string id = default, string type = default, string resourceName = default);
new Microsoft.Azure.Management.Network.Models.AvailableServiceAlias : string * string * string * string -> Microsoft.Azure.Management.Network.Models.AvailableServiceAlias
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional resourceName As String = Nothing)
Parameters
- name
- String
The name of the service alias.
- id
- String
The ID of the service alias.
- type
- String
The type of the resource.
- resourceName
- String
The resource name of the service alias.
Applies to
Azure SDK for .NET