ServiceDelegation Class

Definition

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

IJsonModel<NetworkWritableResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkWritableResourceData)
IJsonModel<NetworkWritableResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkWritableResourceData)
IJsonModel<ServiceDelegation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceDelegation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkWritableResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkWritableResourceData)
IPersistableModel<NetworkWritableResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkWritableResourceData)
IPersistableModel<NetworkWritableResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkWritableResourceData)
IPersistableModel<ServiceDelegation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceDelegation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceDelegation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to