Delen via


Delegation Class

Definition

Details the service to which the subnet is delegated.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Delegation : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Delegation = class
    inherit SubResource
Public Class Delegation
Inherits SubResource
Inheritance
Delegation
Attributes

Constructors

Delegation()

Initializes a new instance of the Delegation class.

Delegation(String, String, IList<String>, String, String, String, String)

Initializes a new instance of the Delegation class.

Properties

Actions

Gets the actions permitted to the service upon delegation.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets the name of the resource that is unique within a subnet. This name can be used to access the resource.

ProvisioningState

Gets the provisioning state of the service delegation resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

ServiceName

Gets or sets the name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).

Type

Gets or sets resource type.

Applies to