Delegation 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
Delegation() |
Initializes a new instance of the Delegation class. |
Delegation(String, String, IList<String>, String, String, String) |
Initializes a new instance of the Delegation class. |
Delegation()
Initializes a new instance of the Delegation class.
public Delegation ();
Public Sub New ()
Applies to
Delegation(String, String, IList<String>, String, String, String)
Initializes a new instance of the Delegation class.
public Delegation (string id = default, string serviceName = default, System.Collections.Generic.IList<string> actions = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Delegation : string * string * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Delegation
Public Sub New (Optional id As String = Nothing, Optional serviceName As String = Nothing, Optional actions As IList(Of String) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- serviceName
- String
The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).
- provisioningState
- String
The provisioning state of the service delegation resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
The name of the resource that is unique within a subnet. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.