Class GetFhirServicePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.healthcareapis.inputs.GetFhirServicePlainArgs
-
public final class GetFhirServicePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetFhirServicePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetFhirServicePlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFhirServicePlainArgs.Builder
builder()
static GetFhirServicePlainArgs.Builder
builder(GetFhirServicePlainArgs defaults)
java.lang.String
fhirServiceName()
java.lang.String
resourceGroupName()
java.lang.String
workspaceName()
-
-
-
Field Detail
-
Empty
public static final GetFhirServicePlainArgs Empty
-
-
Method Detail
-
fhirServiceName
public java.lang.String fhirServiceName()
- Returns:
- The name of FHIR Service resource.
-
resourceGroupName
public java.lang.String resourceGroupName()
- Returns:
- The name of the resource group that contains the service instance.
-
workspaceName
public java.lang.String workspaceName()
- Returns:
- The name of workspace resource.
-
builder
public static GetFhirServicePlainArgs.Builder builder()
-
builder
public static GetFhirServicePlainArgs.Builder builder(GetFhirServicePlainArgs defaults)
-
-