SecurityCenterLocationResource.CreateResourceIdentifier 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.
Overloads
| Name | Description |
|---|---|
| CreateResourceIdentifier(String, AzureLocation) |
Provides a compatibility shim for the CreateResourceIdentifier operation preserved from the previous public API surface. |
| CreateResourceIdentifier(String, String) |
Generate the resource identifier for this resource. |
CreateResourceIdentifier(String, AzureLocation)
Provides a compatibility shim for the CreateResourceIdentifier operation preserved from the previous public API surface.
public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, Azure.Core.AzureLocation ascLocation);
static member CreateResourceIdentifier : string * Azure.Core.AzureLocation -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, ascLocation As AzureLocation) As ResourceIdentifier
Parameters
- subscriptionId
- String
The value preserved for API compatibility.
- ascLocation
- AzureLocation
The value preserved for API compatibility.
Returns
The compatibility result.
Applies to
CreateResourceIdentifier(String, String)
Generate the resource identifier for this resource.
public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string ascLocation);
static member CreateResourceIdentifier : string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, ascLocation As String) As ResourceIdentifier
Parameters
- subscriptionId
- String
The subscriptionId.
- ascLocation
- String
The ascLocation.