SetServerEndpointCommand.InputObject Property
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.
[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
- Attributes