Class GetDeploymentPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.apicenter.inputs.GetDeploymentPlainArgs
-
public final class GetDeploymentPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDeploymentPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetDeploymentPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
apiName()
static GetDeploymentPlainArgs.Builder
builder()
static GetDeploymentPlainArgs.Builder
builder(GetDeploymentPlainArgs defaults)
java.lang.String
deploymentName()
java.lang.String
resourceGroupName()
java.lang.String
serviceName()
java.lang.String
workspaceName()
-
-
-
Field Detail
-
Empty
public static final GetDeploymentPlainArgs Empty
-
-
Method Detail
-
apiName
public java.lang.String apiName()
- Returns:
- The name of the API.
-
deploymentName
public java.lang.String deploymentName()
- Returns:
- The name of the API deployment.
-
resourceGroupName
public java.lang.String resourceGroupName()
- Returns:
- The name of the resource group. The name is case insensitive.
-
serviceName
public java.lang.String serviceName()
- Returns:
- The name of Azure API Center service.
-
workspaceName
public java.lang.String workspaceName()
- Returns:
- The name of the workspace.
-
builder
public static GetDeploymentPlainArgs.Builder builder()
-
builder
public static GetDeploymentPlainArgs.Builder builder(GetDeploymentPlainArgs defaults)
-
-