Поделиться через


ProviderHubExtendedLocationOptions Class

Definition

The ProviderHubExtendedLocationOptions.

public class ProviderHubExtendedLocationOptions : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.ProviderHubExtendedLocationOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.ProviderHubExtendedLocationOptions>
public class ProviderHubExtendedLocationOptions
type ProviderHubExtendedLocationOptions = class
    interface IJsonModel<ProviderHubExtendedLocationOptions>
    interface IPersistableModel<ProviderHubExtendedLocationOptions>
type ProviderHubExtendedLocationOptions = class
Public Class ProviderHubExtendedLocationOptions
Implements IJsonModel(Of ProviderHubExtendedLocationOptions), IPersistableModel(Of ProviderHubExtendedLocationOptions)
Public Class ProviderHubExtendedLocationOptions
Inheritance
ProviderHubExtendedLocationOptions
Implements

Constructors

ProviderHubExtendedLocationOptions()

Initializes a new instance of ProviderHubExtendedLocationOptions.

Properties

ExtendedLocationOptionsType

Gets or sets the extended location options type.

SupportedPolicy

Gets or sets the supported policy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ProviderHubExtendedLocationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProviderHubExtendedLocationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProviderHubExtendedLocationOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProviderHubExtendedLocationOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProviderHubExtendedLocationOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to