Show / Hide Table of Contents

Class GetSubscriptionsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSubscriptionsArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetSubscriptionsArgs()

Declaration
public GetSubscriptionsArgs()

Properties

View Source

DisplayNameContains

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.