Show / Hide Table of Contents

    Class SourceVault

    The vault id is an Azure Resource Manager Resource id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}

    Inheritance
    Object
    SourceVault
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Compute.dll
    Syntax
    public class SourceVault

    Constructors

    SourceVault()

    Initializes a new instance of the SourceVault class.

    Declaration
    public SourceVault ();

    SourceVault(String)

    Initializes a new instance of the SourceVault class.

    Declaration
    public SourceVault (string id = null);
    Parameters
    String id

    Resource Id

    Properties

    Id

    Gets or sets resource Id

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="id")]
    public string Id { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net