Class ResourceGroupDefinitionArgs


  • public final class ResourceGroupDefinitionArgs
    extends com.pulumi.resources.ResourceArgs
    Represents an Azure resource group in a blueprint definition.
    • Method Detail

      • dependsOn

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> dependsOn()
        Returns:
        Artifacts which need to be deployed before this resource group.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Description of this parameter/resourceGroup.
      • displayName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> displayName()
        Returns:
        DisplayName of this parameter/resourceGroup.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        Location of this resourceGroup. Leave empty if the resource group location will be specified during the blueprint assignment.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of this resourceGroup. Leave empty if the resource group name will be specified during the blueprint assignment.
      • strongType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> strongType()
        Returns:
        StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Tags to be assigned to this resource group.