Class ResourceGroupArgs


  • public final class ResourceGroupArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ResourceGroupArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations.
      • managedBy

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> managedBy()
        Returns:
        The ID of the resource that manages this resource group.
      • resourceGroupName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> resourceGroupName()
        Returns:
        The name of the resource group to create or update. Can include alphanumeric, underscore, parentheses, hyphen, period (except at end), and Unicode characters that match the allowed characters.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        The tags attached to the resource group.