Share via


FileSharePrivateLinkResourceProperties Class

Definition

Properties of a private link resource.

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

Properties

Name Description
GroupId

The private link resource group id.

RequiredMembers

The private link resource required member names.

RequiredZoneNames

The private link resource private link DNS zone name.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FileSharePrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FileSharePrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FileSharePrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FileSharePrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FileSharePrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Applies to