PrivateLinkServiceVisibility Class

Definition

Response for the CheckPrivateLinkServiceVisibility API service call.

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

Properties

Visible

Private Link Service Visibility (True/False).

Explicit Interface Implementations

IJsonModel<PrivateLinkServiceVisibility>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateLinkServiceVisibility>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateLinkServiceVisibility>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateLinkServiceVisibility>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateLinkServiceVisibility>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to