Show / Hide Table of Contents

Class SubnetState

Inheritance
System.Object
InputArgs
ResourceArgs
SubnetState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SubnetState : ResourceArgs

Constructors

View Source

SubnetState()

Declaration
public SubnetState()

Properties

View Source

AddressPrefix

The address prefix to use for the subnet.

Declaration
public Input<string> AddressPrefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AddressPrefixes

The address prefixes to use for the subnet.

Declaration
public InputList<string> AddressPrefixes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Delegations

One or more delegation blocks as defined below.

Declaration
public InputList<SubnetDelegationGetArgs> Delegations { get; set; }
Property Value
Type Description
InputList<SubnetDelegationGetArgs>
View Source

EnforcePrivateLinkEndpointNetworkPolicies

Enable or Disable network policies for the private link endpoint on the subnet. Default value is false. Conflicts with enforce_private_link_service_network_policies.

Declaration
public Input<bool> EnforcePrivateLinkEndpointNetworkPolicies { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnforcePrivateLinkServiceNetworkPolicies

Enable or Disable network policies for the private link service on the subnet. Default valule is false. Conflicts with enforce_private_link_endpoint_network_policies.

Declaration
public Input<bool> EnforcePrivateLinkServiceNetworkPolicies { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

The name of the subnet. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which to create the subnet. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceEndpoints

The list of Service endpoints to associate with the subnet. Possible values include: Microsoft.AzureActiveDirectory, Microsoft.AzureCosmosDB, Microsoft.ContainerRegistry, Microsoft.EventHub, Microsoft.KeyVault, Microsoft.ServiceBus, Microsoft.Sql, Microsoft.Storage and Microsoft.Web.

Declaration
public InputList<string> ServiceEndpoints { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

VirtualNetworkName

The name of the virtual network to which to attach the subnet. Changing this forces a new resource to be created.

Declaration
public Input<string> VirtualNetworkName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.