Share via


StorageDiscoveryScope Class

Definition

Storage Discovery Scope. This had added validations.

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

Constructors

StorageDiscoveryScope(String, IEnumerable<StorageDiscoveryResourceType>)

Initializes a new instance of StorageDiscoveryScope.

Properties

DisplayName

Display name of the collection.

ResourceTypes

Resource types for the collection.

TagKeysOnly

The storage account tags keys to filter.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StorageDiscoveryScope>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageDiscoveryScope>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageDiscoveryScope>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageDiscoveryScope>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageDiscoveryScope>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to