Class ListPCUGroupsOptions
Options for AstraDatabasesAdmin's ListPCUGroups command.
public class ListPCUGroupsOptions : CommandOptions
- Inheritance
-
ListPCUGroupsOptions
- Inherited Members
Constructors
ListPCUGroupsOptions()
Creates a new instance of ListPCUGroupsOptions with default values.
public ListPCUGroupsOptions()
Properties
CloudProvider
If set, filters results to this cloud provider only. Either both or none of CloudProvider and Region must be set
public CloudProviderType? CloudProvider { get; set; }
Property Value
Region
If set, filters results to this region only. Either both or none of CloudProvider and Region must be set
public string Region { get; set; }