Class BuildServiceBuilderArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.appplatform.BuildServiceBuilderArgs
-
public final class BuildServiceBuilderArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BuildServiceBuilderArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static BuildServiceBuilderArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BuildServiceBuilderArgs.Builder
builder()
static BuildServiceBuilderArgs.Builder
builder(BuildServiceBuilderArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
builderName()
com.pulumi.core.Output<java.lang.String>
buildServiceName()
java.util.Optional<com.pulumi.core.Output<BuilderPropertiesArgs>>
properties()
com.pulumi.core.Output<java.lang.String>
resourceGroupName()
com.pulumi.core.Output<java.lang.String>
serviceName()
-
-
-
Field Detail
-
Empty
public static final BuildServiceBuilderArgs Empty
-
-
Method Detail
-
buildServiceName
public com.pulumi.core.Output<java.lang.String> buildServiceName()
- Returns:
- The name of the build service resource.
-
builderName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> builderName()
- Returns:
- The name of the builder resource.
-
properties
public java.util.Optional<com.pulumi.core.Output<BuilderPropertiesArgs>> properties()
- Returns:
- Property of the Builder resource.
-
resourceGroupName
public com.pulumi.core.Output<java.lang.String> resourceGroupName()
- Returns:
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
-
serviceName
public com.pulumi.core.Output<java.lang.String> serviceName()
- Returns:
- The name of the Service resource.
-
builder
public static BuildServiceBuilderArgs.Builder builder()
-
builder
public static BuildServiceBuilderArgs.Builder builder(BuildServiceBuilderArgs defaults)
-
-