DelegationInner Class
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.
Details the service to which the subnet is delegated.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DelegationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DelegationInner = class
inherit SubResource
Public Class DelegationInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
DelegationInner() |
Initializes a new instance of the DelegationInner class. |
DelegationInner(String, String, IList<String>, ProvisioningState, String, String) |
Initializes a new instance of the DelegationInner class. |
Properties
Actions |
Gets describes the actions permitted to the service upon delegation. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
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). |
Applies to
Azure SDK for .NET