Class GetSubscriptionsArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Core
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetSubscriptionsArgs : InvokeArgs
Constructors
View SourceGetSubscriptionsArgs()
Declaration
public GetSubscriptionsArgs()
Properties
View SourceDisplayNameContains
A case-insensitive value which must be contained within the display_name field, used to filter the results
Declaration
public string DisplayNameContains { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DisplayNamePrefix
A case-insensitive prefix which can be used to filter on the display_name field
Declaration
public string DisplayNamePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |