IWithDockerBridgeCidr<ParentT> 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 stage of a network profile definition allowing to specify a CIDR notation IP range assigned to the Docker bridge network.
public interface IWithDockerBridgeCidr<ParentT>
type IWithDockerBridgeCidr<'ParentT> = interface
Public Interface IWithDockerBridgeCidr(Of ParentT)
Type Parameters
- ParentT
The stage of the network profile definition to return to after attaching this definition.
- Derived
Methods
WithDockerBridgeCidr(String) |
Specifies a CIDR notation IP range assigned to the Docker bridge network; it must not overlap with any subnet IP ranges or the Kubernetes service address range. |
Applies to
Azure SDK for .NET