CustomIPPrefixCollection.GetIfExists 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.
Tries to get details for this resource from the service.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/customIpPrefixes/{customIpPrefixName}.
- Operation Id. : CustomIpPrefixes_Get.
- Default Api Version. : 2025-07-01.
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.CustomIPPrefixResource> GetIfExists(string customIpPrefixName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.CustomIPPrefixResource> GetIfExists(string customIPPrefixName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.CustomIPPrefixResource>
override this.GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.CustomIPPrefixResource>
abstract member GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.CustomIPPrefixResource>
override this.GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.CustomIPPrefixResource>
Public Overridable Function GetIfExists (customIpPrefixName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of CustomIPPrefixResource)
Public Overridable Function GetIfExists (customIPPrefixName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of CustomIPPrefixResource)
Parameters
- customIpPrefixNamecustomIPPrefixName
- String
The name of the custom IP prefix.
- expand
- String
Expands referenced resources.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
customIpPrefixName is null.
customIpPrefixName is an empty string, and was expected to be non-empty.