Class GetSpringCloudServiceArgs
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.AppPlatform
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetSpringCloudServiceArgs : InvokeArgs
Constructors
View SourceGetSpringCloudServiceArgs()
Declaration
public GetSpringCloudServiceArgs()
Properties
View SourceName
Specifies The name of the Spring Cloud Service resource.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Specifies the name of the Resource Group where the Spring Cloud Service exists.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |