Class ResourceIdentityArgs.Builder

  • Enclosing class:
    ResourceIdentityArgs

    public static final class ResourceIdentityArgs.Builder
    extends java.lang.Object
    • Method Detail

      • type

        public ResourceIdentityArgs.Builder type​(@Nullable
                                                 com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​IdentityType>> type)
        Parameters:
        type - The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
        Returns:
        builder
      • type

        public ResourceIdentityArgs.Builder type​(com.pulumi.core.Either<java.lang.String,​IdentityType> type)
        Parameters:
        type - The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
        Returns:
        builder
      • type

        public ResourceIdentityArgs.Builder type​(java.lang.String type)
        Parameters:
        type - The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
        Returns:
        builder
      • type

        public ResourceIdentityArgs.Builder type​(IdentityType type)
        Parameters:
        type - The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
        Returns:
        builder