GetServerEndpointCommand.ParentObject 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.
[System.Management.Automation.Alias(new System.String[] { "SyncGroup" })]
[System.Management.Automation.Parameter(HelpMessage="StorageSyncService Object, normally passed through the parameter.", Mandatory=true, ParameterSetName="ObjectParameterSet", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.StorageSync.Models.PSSyncGroup ParentObject { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "SyncGroup" })>]
[<System.Management.Automation.Parameter(HelpMessage="StorageSyncService Object, normally passed through the parameter.", Mandatory=true, ParameterSetName="ObjectParameterSet", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ParentObject : Microsoft.Azure.Commands.StorageSync.Models.PSSyncGroup with get, set
Public Property ParentObject As PSSyncGroup
Property Value
- Attributes