다음을 통해 공유


ResourceProviderEndpoint Class

Definition

The ResourceProviderEndpoint.

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

Properties

ApiVersions

Gets the api versions.

EndpointUri

Gets the endpoint uri.

IsEnabled

Gets the is enabled.

Locations

Gets the locations.

RequiredFeatures

Gets the required features.

RequiredFeaturesPolicy

Gets the required features policy.

Timeout

Gets the timeout.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceProviderEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceProviderEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceProviderEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceProviderEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceProviderEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to