getStaticCidr

Instance of StaticCidr resource. Uses Azure REST API version 2024-05-01. Other available API versions: 2024-01-01-preview, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Instance of StaticCidr resource.

Parameters

argument

null


suspend fun getStaticCidr(networkManagerName: String, poolName: String, resourceGroupName: String, staticCidrName: String): GetStaticCidrResult

Return

Instance of StaticCidr resource.

Parameters

networkManagerName

The name of the network manager.

poolName

Pool resource name.

resourceGroupName

The name of the resource group.

staticCidrName

StaticCidr resource name to retrieve.

See also


Return

Instance of StaticCidr resource.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetStaticCidrPlainArgs.

See also