ServiceAccountUserOwnedStorage 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.
The user owned storage for Cognitive Services account.
public class ServiceAccountUserOwnedStorage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUserOwnedStorage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUserOwnedStorage>
type ServiceAccountUserOwnedStorage = class
interface IJsonModel<ServiceAccountUserOwnedStorage>
interface IPersistableModel<ServiceAccountUserOwnedStorage>
Public Class ServiceAccountUserOwnedStorage
Implements IJsonModel(Of ServiceAccountUserOwnedStorage), IPersistableModel(Of ServiceAccountUserOwnedStorage)
- Inheritance
-
ServiceAccountUserOwnedStorage
- Implements
Constructors
ServiceAccountUserOwnedStorage() |
Initializes a new instance of ServiceAccountUserOwnedStorage. |
Properties
IdentityClientId |
Gets or sets the identity client id. |
ResourceId |
Full resource id of a Microsoft.Storage resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ServiceAccountUserOwnedStorage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ServiceAccountUserOwnedStorage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ServiceAccountUserOwnedStorage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ServiceAccountUserOwnedStorage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ServiceAccountUserOwnedStorage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET