< Back

Merge-AzureTableEntity

Sat Jan 11, 2020 4:41 am

NAME Merge-AzureTableEntity



SYNOPSIS

Merges an Azure Table Entity





SYNTAX

Merge-AzureTableEntity [-StorageAccountName] <String> [-TableName] <String> [-PartitionKey] <String> [-RowKey]

<String> [[-ETag] <String>] [[-StorageAccountDomain] <String>] [-Entity] <Object> [-AccessKey] <String> [-UseHttp]

[[-ApiVersion] <String>] [[-ODataServiceVersion] <String>] [-ReturnDetail] [[-ContentType] <String>]

[<CommonParameters>]





DESCRIPTION





PARAMETERS

-StorageAccountName <String>

The storage account name



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-TableName <String>

The name of the table



Required? true

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-PartitionKey <String>

The entity partition key



Required? true

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-RowKey <String>

The entity row key



Required? true

Position? 4

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ETag <String>

An optional ETag for verification



Required? false

Position? 5

Default value *

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-StorageAccountDomain <String>

The FQDN for the storage account service



Required? false

Position? 6

Default value table.core.windows.net

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Entity <Object>

The entity to update



Required? true

Position? 7

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-AccessKey <String>

The storage service access key



Required? true

Position? 8

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-UseHttp [<SwitchParameter>]

Use Insecure requests



Required? false

Position? named

Default value False

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>

The storage API version



Required? false

Position? 9

Default value 2016-05-31

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ODataServiceVersion <String>

The OData service version



Required? false

Position? 10

Default value 3.0;Netfx

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ReturnDetail [<SwitchParameter>]

Return detail of the operation



Required? false

Position? named

Default value False

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ContentType <String>



Required? false

Position? 11

Default value application/json;odata=nometadata

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS