Class VirtualNetworkArgs


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

      • allowedSubnets

        public java.util.Optional<com.pulumi.core.Output<java.util.List<SubnetArgs>>> allowedSubnets()
        Returns:
        The allowed subnets of the virtual network.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        The description of the virtual network.
      • externalProviderResourceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> externalProviderResourceId()
        Returns:
        The Microsoft.Network resource identifier of the virtual network.
      • labName

        public com.pulumi.core.Output<java.lang.String> labName()
        Returns:
        The name of the lab.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The location of the resource.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the virtual network.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        The name of the resource group.
      • subnetOverrides

        public java.util.Optional<com.pulumi.core.Output<java.util.List<SubnetOverrideArgs>>> subnetOverrides()
        Returns:
        The subnet overrides of the virtual network.
      • tags

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