ArmNetworkModelFactory.StaticCidrProperties Method
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.
Initializes a new instance of StaticCidrProperties.
public static Azure.ResourceManager.Network.Models.StaticCidrProperties StaticCidrProperties(string description = default, string numberOfIPAddressesToAllocate = default, System.Collections.Generic.IEnumerable<string> addressPrefixes = default, string totalNumberOfIPAddresses = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member StaticCidrProperties : string * string * seq<string> * string * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.StaticCidrProperties
Public Shared Function StaticCidrProperties (Optional description As String = Nothing, Optional numberOfIPAddressesToAllocate As String = Nothing, Optional addressPrefixes As IEnumerable(Of String) = Nothing, Optional totalNumberOfIPAddresses As String = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As StaticCidrProperties
Parameters
- description
- String
- numberOfIPAddressesToAllocate
- String
Number of IP addresses to allocate for a static CIDR resource. The IP addresses will be assigned based on IpamPools available space.
- addressPrefixes
- IEnumerable<String>
List of IP address prefixes of the resource.
- totalNumberOfIPAddresses
- String
Total number of IP addresses allocated for the static CIDR resource.
- provisioningState
- Nullable<NetworkProvisioningState>
Provisioning states of a resource.
Returns
A new StaticCidrProperties instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET