ReportListInUseStorageAccountsResult 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.
Parameters for listing in use storage accounts operation. If subscription list is null, it will check the user's all subscriptions.
public class ReportListInUseStorageAccountsResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppComplianceAutomation.Models.ReportListInUseStorageAccountsResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppComplianceAutomation.Models.ReportListInUseStorageAccountsResult>
type ReportListInUseStorageAccountsResult = class
interface IJsonModel<ReportListInUseStorageAccountsResult>
interface IPersistableModel<ReportListInUseStorageAccountsResult>
Public Class ReportListInUseStorageAccountsResult
Implements IJsonModel(Of ReportListInUseStorageAccountsResult), IPersistableModel(Of ReportListInUseStorageAccountsResult)
- Inheritance
-
ReportListInUseStorageAccountsResult
- Implements
Properties
StorageAccountList |
The storage account list which in use in related reports. |
Explicit Interface Implementations
IJsonModel<ReportListInUseStorageAccountsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ReportListInUseStorageAccountsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ReportListInUseStorageAccountsResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ReportListInUseStorageAccountsResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ReportListInUseStorageAccountsResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET