IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of a subnet update as part of a network update.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithAddressPrefix, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithDelegation, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithNetworkSecurityGroup, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithRouteTable, Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IWithServiceEndpoint, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
interface IWithAddressPrefix
interface IWithNetworkSecurityGroup
interface IWithRouteTable
interface IWithServiceEndpoint
interface IBeta
interface IWithDelegation
interface ISettable<IUpdate>
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithAddressPrefix, IWithDelegation, IWithNetworkSecurityGroup, IWithRouteTable, IWithServiceEndpoint
- Implements
Methods
Parent() | (Inherited from ISettable<ParentT>) |
WithAccessFromService(ServiceEndpointType) |
Specifies a service endpoint to enable access from. (Inherited from IWithServiceEndpoint) |
WithAddressPrefix(String) |
Specifies the IP address space of the subnet, within the address space of the network. (Inherited from IWithAddressPrefix) |
WithDelegation(String) |
Specifies a service name for subnet delegation. (Inherited from IWithDelegation) |
WithExistingNetworkSecurityGroup(INetworkSecurityGroup) |
Assigns an existing network security group to this subnet. (Inherited from IWithNetworkSecurityGroup) |
WithExistingNetworkSecurityGroup(String) |
Assigns an existing network security group to this subnet. (Inherited from IWithNetworkSecurityGroup) |
WithExistingRouteTable(IRouteTable) |
Specifies an existing route table to associate with the subnet. (Inherited from IWithRouteTable) |
WithExistingRouteTable(String) |
Specifies an existing route table to associate with the subnet. (Inherited from IWithRouteTable) |
WithoutAccessFromService(ServiceEndpointType) |
Specifies that existing access from a service endpoint should be removed. (Inherited from IWithServiceEndpoint) |
WithoutDelegation(String) |
Removes a service name for subnet delegation. (Inherited from IWithDelegation) |
WithoutDelegations() |
Removes all subnet delegations. (Inherited from IWithDelegation) |
WithoutNetworkSecurityGroup() |
Removes the association of this subnet with any network security group. (Inherited from IWithNetworkSecurityGroup) |
WithoutRouteTable() |
Removes the association with a route table, if any. (Inherited from IWithRouteTable) |
Applies to
Azure SDK for .NET