ShareablePrivateLinkType 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.
Describes a resource type that has been onboarded to private link service.
public class ShareablePrivateLinkType
public class ShareablePrivateLinkType : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.Models.ShareablePrivateLinkType>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.Models.ShareablePrivateLinkType>
type ShareablePrivateLinkType = class
type ShareablePrivateLinkType = class
interface IJsonModel<ShareablePrivateLinkType>
interface IPersistableModel<ShareablePrivateLinkType>
Public Class ShareablePrivateLinkType
Public Class ShareablePrivateLinkType
Implements IJsonModel(Of ShareablePrivateLinkType), IPersistableModel(Of ShareablePrivateLinkType)
- Inheritance
-
ShareablePrivateLinkType
- Implements
Constructors
ShareablePrivateLinkType() |
Initializes a new instance of ShareablePrivateLinkType. |
Properties
Name |
The name of the resource type that has been onboarded to private link service. |
Properties |
Describes the properties of a resource type that has been onboarded to private link service. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ShareablePrivateLinkType>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ShareablePrivateLinkType>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ShareablePrivateLinkType>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ShareablePrivateLinkType>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ShareablePrivateLinkType>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET