Share via


StorageSyncClientCmdletBase.WriteObject Method

Definition

Overloads

WriteObject(CloudEndpoint)

Writes the object.

WriteObject(RegisteredServer)

Writes the object.

WriteObject(ServerEndpoint)

Writes the object.

WriteObject(StorageSyncService)

Writes the object.

WriteObject(SyncGroup)

Writes the object.

WriteObject(IEnumerable<CloudEndpoint>)

Writes the object.

WriteObject(IEnumerable<RegisteredServer>)

Writes the object.

WriteObject(IEnumerable<ServerEndpoint>)

Writes the object.

WriteObject(IEnumerable<StorageSyncService>)

Writes the object.

WriteObject(IEnumerable<SyncGroup>)

Writes the object.

WriteObject(CloudEndpoint)

Writes the object.

protected void WriteObject (Microsoft.Azure.Management.StorageSync.Models.CloudEndpoint resource);
override this.WriteObject : Microsoft.Azure.Management.StorageSync.Models.CloudEndpoint -> unit
Protected Sub WriteObject (resource As CloudEndpoint)

Parameters

resource
CloudEndpoint

The resource.

Applies to

WriteObject(RegisteredServer)

Writes the object.

protected void WriteObject (Microsoft.Azure.Management.StorageSync.Models.RegisteredServer resource);
override this.WriteObject : Microsoft.Azure.Management.StorageSync.Models.RegisteredServer -> unit
Protected Sub WriteObject (resource As RegisteredServer)

Parameters

resource
RegisteredServer

The resource.

Applies to

WriteObject(ServerEndpoint)

Writes the object.

protected void WriteObject (Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint resource);
override this.WriteObject : Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint -> unit
Protected Sub WriteObject (resource As ServerEndpoint)

Parameters

resource
ServerEndpoint

The resource.

Applies to

WriteObject(StorageSyncService)

Writes the object.

protected void WriteObject (Microsoft.Azure.Management.StorageSync.Models.StorageSyncService resource);
override this.WriteObject : Microsoft.Azure.Management.StorageSync.Models.StorageSyncService -> unit
Protected Sub WriteObject (resource As StorageSyncService)

Parameters

resource
StorageSyncService

The resource.

Applies to

WriteObject(SyncGroup)

Writes the object.

protected void WriteObject (Microsoft.Azure.Management.StorageSync.Models.SyncGroup resource);
override this.WriteObject : Microsoft.Azure.Management.StorageSync.Models.SyncGroup -> unit
Protected Sub WriteObject (resource As SyncGroup)

Parameters

resource
SyncGroup

The resource.

Applies to

WriteObject(IEnumerable<CloudEndpoint>)

Writes the object.

protected void WriteObject (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.CloudEndpoint> resources);
override this.WriteObject : seq<Microsoft.Azure.Management.StorageSync.Models.CloudEndpoint> -> unit
Protected Sub WriteObject (resources As IEnumerable(Of CloudEndpoint))

Parameters

resources
IEnumerable<CloudEndpoint>

The resources.

Applies to

WriteObject(IEnumerable<RegisteredServer>)

Writes the object.

protected void WriteObject (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.RegisteredServer> resources);
override this.WriteObject : seq<Microsoft.Azure.Management.StorageSync.Models.RegisteredServer> -> unit
Protected Sub WriteObject (resources As IEnumerable(Of RegisteredServer))

Parameters

resources
IEnumerable<RegisteredServer>

The resources.

Applies to

WriteObject(IEnumerable<ServerEndpoint>)

Writes the object.

protected void WriteObject (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint> resources);
override this.WriteObject : seq<Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint> -> unit
Protected Sub WriteObject (resources As IEnumerable(Of ServerEndpoint))

Parameters

resources
IEnumerable<ServerEndpoint>

The resources.

Applies to

WriteObject(IEnumerable<StorageSyncService>)

Writes the object.

protected void WriteObject (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService> resources);
override this.WriteObject : seq<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService> -> unit
Protected Sub WriteObject (resources As IEnumerable(Of StorageSyncService))

Parameters

resources
IEnumerable<StorageSyncService>

The resources.

Applies to

WriteObject(IEnumerable<SyncGroup>)

Writes the object.

protected void WriteObject (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.SyncGroup> resources);
override this.WriteObject : seq<Microsoft.Azure.Management.StorageSync.Models.SyncGroup> -> unit
Protected Sub WriteObject (resources As IEnumerable(Of SyncGroup))

Parameters

resources
IEnumerable<SyncGroup>

The resources.

Applies to