AvailableDelegationInner 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
AvailableDelegationInner() |
Initializes a new instance of the AvailableDelegationInner class. |
AvailableDelegationInner(String, String, String, String, IList<String>) |
Initializes a new instance of the AvailableDelegationInner class. |
AvailableDelegationInner()
Initializes a new instance of the AvailableDelegationInner class.
public AvailableDelegationInner ();
Public Sub New ()
Applies to
AvailableDelegationInner(String, String, String, String, IList<String>)
Initializes a new instance of the AvailableDelegationInner class.
public AvailableDelegationInner (string name = default, string id = default, string type = default, string serviceName = default, System.Collections.Generic.IList<string> actions = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AvailableDelegationInner : string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.AvailableDelegationInner
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional serviceName As String = Nothing, Optional actions As IList(Of String) = Nothing)
Parameters
- name
- String
The name of the AvailableDelegation resource.
- id
- String
A unique identifier of the AvailableDelegation resource.
- type
- String
Resource type.
- serviceName
- String
The name of the service and resource.
Applies to
Azure SDK for .NET