Class GetServiceArgs
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.Healthcare
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetServiceArgs : InvokeArgs
Constructors
View SourceGetServiceArgs()
Declaration
public GetServiceArgs()
Properties
View SourceLocation
The Azure Region where the Service is located.
Declaration
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the name of the Healthcare Service.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
The name of the Resource Group in which the Healthcare Service exists.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |