ArmElasticModelFactory.ElasticModelSubscriptionList Method
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.
Initializes a new instance of ElasticModelSubscriptionList.
public static Azure.ResourceManager.Elastic.Models.ElasticModelSubscriptionList ElasticModelSubscriptionList (Azure.ResourceManager.Elastic.Models.ElasticModelOperation? operation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Elastic.Models.MonitoredSubscription> monitoredSubscriptionList = default, Azure.ResourceManager.Elastic.Models.ProvisioningState? provisioningState = default);
static member ElasticModelSubscriptionList : Nullable<Azure.ResourceManager.Elastic.Models.ElasticModelOperation> * seq<Azure.ResourceManager.Elastic.Models.MonitoredSubscription> * Nullable<Azure.ResourceManager.Elastic.Models.ProvisioningState> -> Azure.ResourceManager.Elastic.Models.ElasticModelSubscriptionList
Public Shared Function ElasticModelSubscriptionList (Optional operation As Nullable(Of ElasticModelOperation) = Nothing, Optional monitoredSubscriptionList As IEnumerable(Of MonitoredSubscription) = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing) As ElasticModelSubscriptionList
Parameters
- operation
- Nullable<ElasticModelOperation>
The operation for the patch on the resource.
- monitoredSubscriptionList
- IEnumerable<MonitoredSubscription>
List of subscriptions and the state of the monitoring.
- provisioningState
- Nullable<ProvisioningState>
Provisioning State of the resource.
Returns
A new ElasticModelSubscriptionList instance for mocking.