次の方法で共有


IMachineRunCommand.SourceScriptUri Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scriptUri", Update=true)]
public string SourceScriptUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scriptUri", Update=true)>]
member this.SourceScriptUri : string with get, set
Public Property SourceScriptUri As String

Property Value

Attributes

Applies to