SetServerEndpointCommand.InputObject Property

Definition

[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChange("InputObject", ChangeDescription="Alias RegisteredServer is invalid and preserved for compatibility. Alias ServerEndpoint should be used instead")]
[System.Management.Automation.Alias(new System.String[] { "RegisteredServer", "ServerEndpoint" })]
[System.Management.Automation.Parameter(HelpMessage="SyncGroup Object, normally passed through the parameter.", Mandatory=true, ParameterSetName="ObjectParameterSet", Position=0, ValueFromPipeline=true)]
public Microsoft.Azure.Commands.StorageSync.Models.PSServerEndpoint InputObject { get; set; }
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChange("InputObject", ChangeDescription="Alias RegisteredServer is invalid and preserved for compatibility. Alias ServerEndpoint should be used instead")]
[System.Management.Automation.Alias(new System.String[] { "RegisteredServer", "ServerEndpoint" })]
[System.Management.Automation.Parameter(HelpMessage="ServerEndpoint Object, normally passed through the parameter.", Mandatory=true, ParameterSetName="ObjectParameterSet", Position=0, ValueFromPipeline=true)]
public Microsoft.Azure.Commands.StorageSync.Models.PSServerEndpoint InputObject { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChange("InputObject", ChangeDescription="Alias RegisteredServer is invalid and preserved for compatibility. Alias ServerEndpoint should be used instead")>]
[<System.Management.Automation.Alias(new System.String[] { "RegisteredServer", "ServerEndpoint" })>]
[<System.Management.Automation.Parameter(HelpMessage="SyncGroup Object, normally passed through the parameter.", Mandatory=true, ParameterSetName="ObjectParameterSet", Position=0, ValueFromPipeline=true)>]
member this.InputObject : Microsoft.Azure.Commands.StorageSync.Models.PSServerEndpoint with get, set
[<Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChange("InputObject", ChangeDescription="Alias RegisteredServer is invalid and preserved for compatibility. Alias ServerEndpoint should be used instead")>]
[<System.Management.Automation.Alias(new System.String[] { "RegisteredServer", "ServerEndpoint" })>]
[<System.Management.Automation.Parameter(HelpMessage="ServerEndpoint Object, normally passed through the parameter.", Mandatory=true, ParameterSetName="ObjectParameterSet", Position=0, ValueFromPipeline=true)>]
member this.InputObject : Microsoft.Azure.Commands.StorageSync.Models.PSServerEndpoint with get, set
Public Property InputObject As PSServerEndpoint

Property Value

PSServerEndpoint
Attributes

Applies to