Utilities.GetVaultArmId(String) 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.
Returns ARM Id of the vault from ARM ID of the contained resource.
public static string GetVaultArmId (this string data);
static member GetVaultArmId : string -> string
<Extension()>
Public Function GetVaultArmId (data As String) As String
Parameters
- data
- String
ARM Id of the resource.
Returns
ARM Id of the vault.