ReportListInUseStorageAccountsContent 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 ReportListInUseStorageAccountsContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppComplianceAutomation.Models.ReportListInUseStorageAccountsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppComplianceAutomation.Models.ReportListInUseStorageAccountsContent>
type ReportListInUseStorageAccountsContent = class
interface IJsonModel<ReportListInUseStorageAccountsContent>
interface IPersistableModel<ReportListInUseStorageAccountsContent>
Public Class ReportListInUseStorageAccountsContent
Implements IJsonModel(Of ReportListInUseStorageAccountsContent), IPersistableModel(Of ReportListInUseStorageAccountsContent)
- Inheritance
-
ReportListInUseStorageAccountsContent
- Implements
Constructors
ReportListInUseStorageAccountsContent() |
Initializes a new instance of ReportListInUseStorageAccountsContent. |
Properties
SubscriptionIds |
List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user. |
Explicit Interface Implementations
IJsonModel<ReportListInUseStorageAccountsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ReportListInUseStorageAccountsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ReportListInUseStorageAccountsContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ReportListInUseStorageAccountsContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ReportListInUseStorageAccountsContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET