RemoveAzureRmSnapshot.SnapshotName Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Compute/snapshots", new System.String[] { "ResourceGroupName" })]
[System.Management.Automation.Alias(new System.String[] { "Name" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="DefaultParameter", Position=1, ValueFromPipelineByPropertyName=true)]
public string SnapshotName { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Compute/snapshots", new System.String[] { "ResourceGroupName" })>]
[<System.Management.Automation.Alias(new System.String[] { "Name" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="DefaultParameter", Position=1, ValueFromPipelineByPropertyName=true)>]
member this.SnapshotName : string with get, set
Public Property SnapshotName As String

Property Value

String
Attributes

Applies to