Class ScopeAssignmentArgs


  • public final class ScopeAssignmentArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • assignedManagedNetwork

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> assignedManagedNetwork()
        Returns:
        The managed network ID with scope will be assigned to.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The geo-location where the resource lives
      • scope

        public com.pulumi.core.Output<java.lang.String> scope()
        Returns:
        The base resource of the scope assignment to create. The scope can be any REST resource instance. For example, use 'subscriptions/{subscription-id}' for a subscription, 'subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for a resource group, and 'subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}' for a resource.
      • scopeAssignmentName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> scopeAssignmentName()
        Returns:
        The name of the scope assignment to create.