ServiceDelegation 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.
public class ServiceDelegation : Azure.ResourceManager.Network.Models.NetworkWritableResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ServiceDelegation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ServiceDelegation>
public class ServiceDelegation : Azure.ResourceManager.Network.Models.NetworkWritableResourceData
type ServiceDelegation = class
inherit NetworkWritableResourceData
interface IJsonModel<ServiceDelegation>
interface IPersistableModel<ServiceDelegation>
type ServiceDelegation = class
inherit NetworkWritableResourceData
Public Class ServiceDelegation
Inherits NetworkWritableResourceData
Implements IJsonModel(Of ServiceDelegation), IPersistableModel(Of ServiceDelegation)
Public Class ServiceDelegation
Inherits NetworkWritableResourceData
- Inheritance
- Implements
Constructors
ServiceDelegation() |
Initializes a new instance of ServiceDelegation. |
Properties
Actions |
The actions permitted to the service upon delegation. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkWritableResourceData) |
Name |
Resource name. (Inherited from NetworkWritableResourceData) |
ProvisioningState |
The provisioning state of the service delegation resource. |
ResourceType |
Resource type. (Inherited from NetworkWritableResourceData) |
ServiceName |
The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers). |
Explicit Interface Implementations
Applies to
Azure SDK for .NET