Storage.Management.format.ps1xml
|
<?xml version="1.0"?>
<Configuration> <ViewDefinitions> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>StorageAccountName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ResourceGroupName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PrimaryLocation</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SkuName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Kind</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>AccessTier</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>CreationTime</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ProvisioningState</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>EnableHttpsTrafficOnly</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>LargeFileShares</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>StorageAccountName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ResourceGroupName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>PrimaryLocation</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Sku.Name</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Kind</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>AccessTier</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>CreationTime</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ProvisioningState</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>EnableHttpsTrafficOnly</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>LargeFileSharesState</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Bypass</PropertyName> <Label>Bypass</Label> </ListItem> <ListItem> <PropertyName>DefaultAction</PropertyName> <Label>DefaultAction</Label> </ListItem> <ListItem> <ScriptBlock>if (($_.ipRules -ne $null) -and ($_.ipRules.Count -ne 0)) {"[" + $_.ipRules[0].IPAddressOrRange + ",...]"} else {$null}</ScriptBlock> <Label>IpRules</Label> </ListItem> <ListItem> <ScriptBlock>if (($_.ipv6Rules -ne $null) -and ($_.ipv6Rules.Count -ne 0)) {"[" + $_.ipv6Rules[0].IPAddressOrRange + ",...]"} else {$null}</ScriptBlock> <Label>Ipv6Rules</Label> </ListItem> <ListItem> <ScriptBlock>if ($_.virtualNetworkRules[0] -ne $null) {"[" + $_.virtualNetworkRules[0].VirtualNetworkResourceId + ",...]"} else {$null}</ScriptBlock> <Label>VirtualNetworkRules</Label> </ListItem> <ListItem> <ScriptBlock>if ($_.ResourceAccessRules[0] -ne $null) {"[(" + $_.ResourceAccessRules[0].TenantId + "," + $_.ResourceAccessRules[0].ResourceId + "),...]"} else {$null}</ScriptBlock> <Label>ResourceAccessRules</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSContainer</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSContainer</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PublicAccess</Label> <Alignment>Left</Alignment> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>LastModified</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>HasLegalHold</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>HasImmutabilityPolicy</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Deleted</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>VersionId</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ImmutableStorageWithVersioning</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <ScriptBlock>$_.Name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.PublicAccess</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.LastModifiedTime.ToUniversalTime().ToString("u")</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.HasLegalHold</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.HasImmutabilityPolicy</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.Deleted</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.Version</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.ImmutableStorageWithVersioning.Enabled</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>Id</PropertyName> <Label>Id</Label> </ListItem> <ListItem> <PropertyName>Type</PropertyName> <Label>Type</Label> </ListItem> <ListItem> <PropertyName>LastModifiedTime</PropertyName> <Label>LastModifiedTime</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.Rules -Depth 10</ScriptBlock> <Label>Rules</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCool.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCool.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCool.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCool.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCool.DaysAfterCreationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCool.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.EnableAutoTierToHotFromCool</ScriptBlock> <Label>BaseBlob.EnableAutoTierToHotFromCool</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToArchive.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToArchive.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToArchive.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToArchive.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToArchive.DaysAfterCreationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToArchive.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToArchive.DaysAfterLastTierChangeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToArchive.DaysAfterLastTierChangeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.Delete.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.Delete.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.Delete.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.Delete.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.Delete.DaysAfterCreationGreaterThan</ScriptBlock> <Label>BaseBlob.Delete.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCold.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCold.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCold.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCold.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToCold.DaysAfterCreationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToCold.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToHot.DaysAfterModificationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToHot.DaysAfterModificationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToHot.DaysAfterLastAccessTimeGreaterThan</ScriptBlock> <Label>BaseBlob.TierToHot.DaysAfterLastAccessTimeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.BaseBlob.TierToHot.DaysAfterCreationGreaterThan</ScriptBlock> <Label>BaseBlob.TierToHot.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToCool.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.TierToCool.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToArchive.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.TierToArchive.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToArchive.DaysAfterLastTierChangeGreaterThan</ScriptBlock> <Label>Snapshot.TierToArchive.DaysAfterLastTierChangeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.Delete.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.Delete.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToCold.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.TierToCold.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Snapshot.TierToHot.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Snapshot.TierToHot.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToCool.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.TierToCool.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToArchive.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.TierToArchive.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToArchive.DaysAfterLastTierChangeGreaterThan</ScriptBlock> <Label>Version.TierToArchive.DaysAfterLastTierChangeGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.Delete.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.Delete.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToCold.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.TierToCold.DaysAfterCreationGreaterThan</Label> </ListItem> <ListItem> <ScriptBlock>$_.Version.TierToHot.DaysAfterCreationGreaterThan</ScriptBlock> <Label>Version.TierToHot.DaysAfterCreationGreaterThan</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Enabled</PropertyName> <Label>Enabled</Label> </ListItem> <ListItem> <PropertyName>Name</PropertyName> <Label>Name</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.Definition -Depth 10</ScriptBlock> <Label>Definition</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <Label>ShareDeleteRetentionPolicy.Enabled</Label> <ScriptBlock>$_.ShareDeleteRetentionPolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ShareDeleteRetentionPolicy.Days</Label> <ScriptBlock>$_.ShareDeleteRetentionPolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.Multichannel.Enabled</Label> <ScriptBlock>$_.ProtocolSettings.Smb.Multichannel.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.Versions</Label> <ScriptBlock>$_.ProtocolSettings.Smb.Versions</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.AuthenticationMethods</Label> <ScriptBlock>$_.ProtocolSettings.Smb.AuthenticationMethods</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.KerberosTicketEncryption</Label> <ScriptBlock>$_.ProtocolSettings.Smb.KerberosTicketEncryption</ScriptBlock> </ListItem> <ListItem> <Label>ProtocolSettings.Smb.ChannelEncryption</Label> <ScriptBlock>$_.ProtocolSettings.Smb.ChannelEncryption</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>DefaultServiceVersion</PropertyName> <Label>DefaultServiceVersion</Label> </ListItem> <ListItem> <Label>DeleteRetentionPolicy.Enabled</Label> <ScriptBlock>$_.DeleteRetentionPolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>DeleteRetentionPolicy.Days</Label> <ScriptBlock>$_.DeleteRetentionPolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>DeleteRetentionPolicy.AllowPermanentDelete</Label> <ScriptBlock>$_.DeleteRetentionPolicy.AllowPermanentDelete</ScriptBlock> </ListItem> <ListItem> <Label>ContainerDeleteRetentionPolicy.Enabled</Label> <ScriptBlock>$_.ContainerDeleteRetentionPolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ContainerDeleteRetentionPolicy.Days</Label> <ScriptBlock>$_.ContainerDeleteRetentionPolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>RestorePolicy.Enabled</Label> <ScriptBlock>$_.RestorePolicy.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>RestorePolicy.Days</Label> <ScriptBlock>$_.RestorePolicy.Days</ScriptBlock> </ListItem> <ListItem> <Label>RestorePolicy.MinRestoreTime</Label> <ScriptBlock>$_.RestorePolicy.MinRestoreTime</ScriptBlock> </ListItem> <ListItem> <Label>ChangeFeed.Enabled</Label> <ScriptBlock>$_.ChangeFeed.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>ChangeFeed.RetentionInDays</Label> <ScriptBlock>$_.ChangeFeed.RetentionInDays</ScriptBlock> </ListItem> <ListItem> <PropertyName>IsVersioningEnabled</PropertyName> <Label>IsVersioningEnabled</Label> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.Enable</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.Enable</ScriptBlock> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.Name</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.Name</ScriptBlock> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.TrackingGranularityInDays</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.TrackingGranularityInDays</ScriptBlock> </ListItem> <ListItem> <Label>LastAccessTimeTrackingPolicy.BlobType</Label> <ScriptBlock>$_.LastAccessTimeTrackingPolicy.BlobType</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSShare</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSShare</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>QuotaGiB</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>EnabledProtocols</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>AccessTier</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Deleted</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Version</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ShareUsageBytes</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SnapshotTime</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>QuotaGiB</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>EnabledProtocols</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>AccessTier</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Deleted</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Version</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ShareUsageBytes</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.SnapshotTime.ToUniversalTime().ToString("s")+"Z"</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>RestoreId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>FailureReason</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>LastEnabledTime</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.TimeToRestore</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.BlobRanges</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>RestoreId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>FailureReason</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.RestorePolicy.LastEnabledTime</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Parameters.TimeToRestore.ToString("o")</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if ($_.Parameters.BlobRanges[0] -ne $null) {if ($_.Parameters.BlobRanges[1] -ne $null) {'[' + $_.Parameters.BlobRanges[0].StartRange + ' -> ' + $_.Parameters.BlobRanges[0].EndRange + ',...]'} else {'[' + $_.Parameters.BlobRanges[0].StartRange + ' -> ' + $_.Parameters.BlobRanges[0].EndRange + ']'}} else {$null}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>Source</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>KeyVaultKeyUri</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Source</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.KeyVaultProperties.keyUri</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Management.Storage.Models.Endpoints</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Management.Storage.Models.Endpoints</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Blob</PropertyName> <Label>Blob</Label> </ListItem> <ListItem> <PropertyName>Queue</PropertyName> <Label>Queue</Label> </ListItem> <ListItem> <PropertyName>Table</PropertyName> <Label>Table</Label> </ListItem> <ListItem> <PropertyName>File</PropertyName> <Label>File</Label> </ListItem> <ListItem> <PropertyName>Web</PropertyName> <Label>Web</Label> </ListItem> <ListItem> <PropertyName>Dfs</PropertyName> <Label>Dfs</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.MicrosoftEndpoints -Compress</ScriptBlock> <Label>MicrosoftEndpoints</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.InternetEndpoints -Compress</ScriptBlock> <Label>InternetEndpoints</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ResourceGroupName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>StorageAccountName</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PolicyId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>EnabledTime</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SourceAccount</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>DestinationAccount</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Metrics</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PriorityReplication</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Rules</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>ResourceGroupName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>StorageAccountName</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>PolicyId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>EnabledTime</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>SourceAccount</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>DestinationAccount</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if ($_.Metrics.Enabled -eq $true) {'Enabled'} else {if ($_.Metrics.Enabled -eq $false) {'Disabled'} } </ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if ($_.PriorityReplication.Enabled -eq $true) {"Enabled"} else {if ($_.PriorityReplication.Enabled -eq $false) {"Disabled"} } </ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if (($_.Rules -ne $null) -and ($_.Rules.Count -ne 0)) { if ($_.Rules.Count -eq 1) {'[' + $_.Rules[0].RuleId + ']'} else {'[' + $_.Rules[0].RuleId + ',...]'}} else {$null}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>RuleId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SourceContainer</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>DestinationContainer</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Filters.PrefixMatch</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Filters.MinCreationTime</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>RuleId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>SourceContainer</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>DestinationContainer</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>'{' + ($_.Filters.PrefixMatch -join ', ') + '}'</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Filters.MinCreationTime.ToUniversalTime().ToString("s")+"Z"</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>RestoreId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>FailureReason</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.TimeToRestore</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Parameters.BlobRanges</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>RestoreId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>FailureReason</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Parameters.TimeToRestore.ToString("o")</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if ($_.Parameters.BlobRanges[0] -ne $null) {if ($_.Parameters.BlobRanges[1] -ne $null) {'["' + $_.Parameters.BlobRanges[0].StartRange + '" -> "' + $_.Parameters.BlobRanges[0].EndRange + '",...]'} else {'["' + $_.Parameters.BlobRanges[0].StartRange + '" -> "' + $_.Parameters.BlobRanges[0].EndRange + '"]'}} else {$null}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Enabled</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Days</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>MinRestoreTime</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Days</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>MinRestoreTime</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Enabled</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeSnapshots</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeBlobVersions</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>BlobTypes</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PrefixMatch</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeSnapshots</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeBlobVersions</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.BlobTypes</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.PrefixMatch</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>Name</PropertyName> <Label>Name</Label> </ListItem> <ListItem> <Label>Id</Label> <PropertyName>Id</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>Type</PropertyName> </ListItem> <ListItem> <Label>LastModifiedTime</Label> <PropertyName>LastModifiedTime</PropertyName> </ListItem> <ListItem> <Label>Destination</Label> <ScriptBlock>$_.Destination</ScriptBlock> </ListItem> <ListItem> <Label>Enabled</Label> <ScriptBlock>$_.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>Rules</Label> <ScriptBlock>$_.Rules</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>Source</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>KeyVaultKeyUri</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>RequireInfrastructureEncryption</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Source</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.KeyVaultProperties.keyUri</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>RequireInfrastructureEncryption</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Management.Storage.Models.Endpoints</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Management.Storage.Models.Endpoints</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>Blob</PropertyName> <Label>Blob</Label> </ListItem> <ListItem> <PropertyName>Queue</PropertyName> <Label>Queue</Label> </ListItem> <ListItem> <PropertyName>Table</PropertyName> <Label>Table</Label> </ListItem> <ListItem> <PropertyName>File</PropertyName> <Label>File</Label> </ListItem> <ListItem> <PropertyName>Web</PropertyName> <Label>Web</Label> </ListItem> <ListItem> <PropertyName>Dfs</PropertyName> <Label>Dfs</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.MicrosoftEndpoints -Compress</ScriptBlock> <Label>MicrosoftEndpoints</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.InternetEndpoints -Compress</ScriptBlock> <Label>InternetEndpoints</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.Ipv4Endpoints -Compress</ScriptBlock> <Label>InternetEndpoints</Label> </ListItem> <ListItem> <ScriptBlock>ConvertTo-Json $_.Ipv6Endpoints -Compress</ScriptBlock> <Label>InternetEndpoints</Label> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Enabled</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Destination</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ObjectType</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Format</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Schedule</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeSnapshots</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeBlobVersions</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>IncludeDeleted</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>BlobTypes</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PrefixMatch</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>ExcludePrefix</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>SchemaFields</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>CreationTime</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Destination</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.ObjectType</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Format</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Schedule</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeSnapshots</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeBlobVersions</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.IncludeDeleted</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.BlobTypes</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.PrefixMatch</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.Filters.ExcludePrefix</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>$_.Definition.SchemaFields</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <ScriptBlock>if ($_.Definition.Filters.CreationTime.LastNDays -ne $null) {"LastNDays=$($_.Definition.Filters.CreationTime.LastNDays)"}</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>StorageAccountName</PropertyName> <Label>StorageAccountName</Label> </ListItem> <ListItem> <PropertyName>ResourceGroupName</PropertyName> <Label>ResourceGroupName</Label> </ListItem> <ListItem> <PropertyName>Name</PropertyName> <Label>Name</Label> </ListItem> <ListItem> <Label>Id</Label> <PropertyName>Id</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>Type</PropertyName> </ListItem> <ListItem> <Label>LastModifiedTime</Label> <PropertyName>LastModifiedTime</PropertyName> </ListItem> <ListItem> <Label>Enabled</Label> <ScriptBlock>$_.Enabled</ScriptBlock> </ListItem> <ListItem> <Label>Rules</Label> <ScriptBlock>$_.Rules</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser</Name> <ViewSelectedBy> <TypeName>Microsoft.Azure.Commands.Management.Storage.Models.PSLocalUser</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.ResourceGroupName + ", StorageAccountName: " + $_.StorageAccountName</ScriptBlock> <Label>ResourceGroupName</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Name</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>Sid</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>HomeDirectory</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>HasSharedKey</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>HasSshKey</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>HasSshPassword</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>PermissionScopes</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>UserId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>GroupId</Label> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> <Label>AllowAclAuthorization</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>Sid</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>HomeDirectory</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>HasSharedKey</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>HasSshKey</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>HasSshPassword</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <!--PropertyName>PermissionScopes</PropertyName--> <ScriptBlock>if (($_.PermissionScopes -ne $null) -and ($_.PermissionScopes.Count -ne 0)) {if ($_.PermissionScopes.Count -eq 1) {"[" + $_.PermissionScopes[0].ResourceName + "]"} else {"[" + $_.PermissionScopes[0].ResourceName + ",...]"}} else {$null}</ScriptBlock> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>UserId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>GroupId</PropertyName> </TableColumnItem> <TableColumnItem> <Alignment>Left</Alignment> <PropertyName>AllowAclAuthorization</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> <!-- SIG # Begin signature block --> <!-- MIIoKgYJKoZIhvcNAQcCoIIoGzCCKBcCAQExDzANBglghkgBZQMEAgEFADB5Bgor --> <!-- BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG --> <!-- KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCByn1xh4B7xJxlv --> <!-- 5jjq6Kid63KgoasaD6L7nvj64JD0QaCCDXYwggX0MIID3KADAgECAhMzAAAEhV6Z --> <!-- 7A5ZL83XAAAAAASFMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD --> <!-- VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy --> <!-- b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p --> <!-- bmcgUENBIDIwMTEwHhcNMjUwNjE5MTgyMTM3WhcNMjYwNjE3MTgyMTM3WjB0MQsw --> <!-- CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u --> <!-- ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy --> <!-- b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB --> <!-- AQDASkh1cpvuUqfbqxele7LCSHEamVNBfFE4uY1FkGsAdUF/vnjpE1dnAD9vMOqy --> <!-- 5ZO49ILhP4jiP/P2Pn9ao+5TDtKmcQ+pZdzbG7t43yRXJC3nXvTGQroodPi9USQi --> <!-- 9rI+0gwuXRKBII7L+k3kMkKLmFrsWUjzgXVCLYa6ZH7BCALAcJWZTwWPoiT4HpqQ --> <!-- hJcYLB7pfetAVCeBEVZD8itKQ6QA5/LQR+9X6dlSj4Vxta4JnpxvgSrkjXCz+tlJ --> <!-- 67ABZ551lw23RWU1uyfgCfEFhBfiyPR2WSjskPl9ap6qrf8fNQ1sGYun2p4JdXxe --> <!-- UAKf1hVa/3TQXjvPTiRXCnJPAgMBAAGjggFzMIIBbzAfBgNVHSUEGDAWBgorBgEE --> <!-- AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUuCZyGiCuLYE0aU7j5TFqY05kko0w --> <!-- RQYDVR0RBD4wPKQ6MDgxHjAcBgNVBAsTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEW --> <!-- MBQGA1UEBRMNMjMwMDEyKzUwNTM1OTAfBgNVHSMEGDAWgBRIbmTlUAXTgqoXNzci --> <!-- tW2oynUClTBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vd3d3Lm1pY3Jvc29mdC5j --> <!-- b20vcGtpb3BzL2NybC9NaWNDb2RTaWdQQ0EyMDExXzIwMTEtMDctMDguY3JsMGEG --> <!-- CCsGAQUFBwEBBFUwUzBRBggrBgEFBQcwAoZFaHR0cDovL3d3dy5taWNyb3NvZnQu --> <!-- Y29tL3BraW9wcy9jZXJ0cy9NaWNDb2RTaWdQQ0EyMDExXzIwMTEtMDctMDguY3J0 --> <!-- MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBACjmqAp2Ci4sTHZci+qk --> <!-- tEAKsFk5HNVGKyWR2rFGXsd7cggZ04H5U4SV0fAL6fOE9dLvt4I7HBHLhpGdE5Uj --> <!-- Ly4NxLTG2bDAkeAVmxmd2uKWVGKym1aarDxXfv3GCN4mRX+Pn4c+py3S/6Kkt5eS --> <!-- DAIIsrzKw3Kh2SW1hCwXX/k1v4b+NH1Fjl+i/xPJspXCFuZB4aC5FLT5fgbRKqns --> <!-- WeAdn8DsrYQhT3QXLt6Nv3/dMzv7G/Cdpbdcoul8FYl+t3dmXM+SIClC3l2ae0wO --> <!-- lNrQ42yQEycuPU5OoqLT85jsZ7+4CaScfFINlO7l7Y7r/xauqHbSPQ1r3oIC+e71 --> <!-- 5s2G3ClZa3y99aYx2lnXYe1srcrIx8NAXTViiypXVn9ZGmEkfNcfDiqGQwkml5z9 --> <!-- nm3pWiBZ69adaBBbAFEjyJG4y0a76bel/4sDCVvaZzLM3TFbxVO9BQrjZRtbJZbk --> <!-- C3XArpLqZSfx53SuYdddxPX8pvcqFuEu8wcUeD05t9xNbJ4TtdAECJlEi0vvBxlm --> <!-- M5tzFXy2qZeqPMXHSQYqPgZ9jvScZ6NwznFD0+33kbzyhOSz/WuGbAu4cHZG8gKn --> <!-- lQVT4uA2Diex9DMs2WHiokNknYlLoUeWXW1QrJLpqO82TLyKTbBM/oZHAdIc0kzo --> <!-- STro9b3+vjn2809D0+SOOCVZMIIHejCCBWKgAwIBAgIKYQ6Q0gAAAAAAAzANBgkq --> <!-- hkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24x --> <!-- EDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlv --> <!-- bjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 --> <!-- IDIwMTEwHhcNMTEwNzA4MjA1OTA5WhcNMjYwNzA4MjEwOTA5WjB+MQswCQYDVQQG --> <!-- EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG --> <!-- A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSgwJgYDVQQDEx9NaWNyb3NvZnQg --> <!-- Q29kZSBTaWduaW5nIFBDQSAyMDExMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC --> <!-- CgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGfQhsqa+laUKq4BjgaBEm6f8MMHt03 --> <!-- a8YS2AvwOMKZBrDIOdUBFDFC04kNeWSHfpRgJGyvnkmc6Whe0t+bU7IKLMOv2akr --> <!-- rnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13YxC4Ddato88tt8zpcoRb0Rrrg --> <!-- OGSsbmQ1eKagYw8t00CT+OPeBw3VXHmlSSnnDb6gE3e+lD3v++MrWhAfTVYoonpy --> <!-- 4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nkkDstrjNYxbc+/jLTswM9 --> <!-- sbKvkjh+0p2ALPVOVpEhNSXDOW5kf1O6nA+tGSOEy/S6A4aN91/w0FK/jJSHvMAh --> <!-- dCVfGCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmdX4jiJV3TIUs+UsS1Vz8k --> <!-- A/DRelsv1SPjcF0PUUZ3s/gA4bysAoJf28AVs70b1FVL5zmhD+kjSbwYuER8ReTB --> <!-- w3J64HLnJN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zdsGbiwZeBe+3W7UvnSSmn --> <!-- Eyimp31ngOaKYnhfsi+E11ecXL93KCjx7W3DKI8sj0A3T8HhhUSJxAlMxdSlQy90 --> <!-- lfdu+HggWCwTXWCVmj5PM4TasIgX3p5O9JawvEagbJjS4NaIjAsCAwEAAaOCAe0w --> <!-- ggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1UdDgQWBBRIbmTlUAXTgqoXNzcitW2o --> <!-- ynUClTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYwDwYD --> <!-- VR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToCMZBDuRQFTuHqp8cx0SOJNDBa --> <!-- BgNVHR8EUzBRME+gTaBLhklodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2Ny --> <!-- bC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNfMjIuY3JsMF4GCCsG --> <!-- AQUFBwEBBFIwUDBOBggrBgEFBQcwAoZCaHR0cDovL3d3dy5taWNyb3NvZnQuY29t --> <!-- L3BraS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNfMjIuY3J0MIGfBgNV --> <!-- HSAEgZcwgZQwgZEGCSsGAQQBgjcuAzCBgzA/BggrBgEFBQcCARYzaHR0cDovL3d3 --> <!-- dy5taWNyb3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1hcnljcHMuaHRtMEAGCCsG --> <!-- AQUFBwICMDQeMiAdAEwAZQBnAGEAbABfAHAAbwBsAGkAYwB5AF8AcwB0AGEAdABl --> <!-- AG0AZQBuAHQALiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn8oalmOBUeRou09h0ZyKb --> <!-- C5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+vj/oCso7v0epo/Np22O/IjWll11l --> <!-- hJB9i0ZQVdgMknzSGksc8zxCi1LQsP1r4z4HLimb5j0bpdS1HXeUOeLpZMlEPXh6 --> <!-- I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6VoCo/KmtYSWMfCWluWpiW5IP0 --> <!-- wI/zRive/DvQvTXvbiWu5a8n7dDd8w6vmSiXmE0OPQvyCInWH8MyGOLwxS3OW560 --> <!-- STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBpmLJZiWhub6e3dMNABQam --> <!-- ASooPoI/E01mC8CzTfXhj38cbxV9Rad25UAqZaPDXVJihsMdYzaXht/a8/jyFqGa --> <!-- J+HNpZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYbBL7fQccOKO7eZS/sl/ah --> <!-- XJbYANahRr1Z85elCUtIEJmAH9AAKcWxm6U/RXceNcbSoqKfenoi+kiVH6v7RyOA --> <!-- 9Z74v2u3S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sLgOppO6/8MO0ETI7f33Vt --> <!-- Y5E90Z1WTk+/gFcioXgRMiF670EKsT/7qMykXcGhiJtXcVZOSEXAQsmbdlsKgEhr --> <!-- /Xmfwb1tbWrJUnMTDXpQzTGCGgowghoGAgEBMIGVMH4xCzAJBgNVBAYTAlVTMRMw --> <!-- EQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN --> <!-- aWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNp --> <!-- Z25pbmcgUENBIDIwMTECEzMAAASFXpnsDlkvzdcAAAAABIUwDQYJYIZIAWUDBAIB --> <!-- BQCgga4wGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYBBAGCNwIBCzEO --> <!-- MAwGCisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEIFnFPFSxNWIPE6jJPlHxIWox --> <!-- qEbM3f6syiuQdsnH5h3rMEIGCisGAQQBgjcCAQwxNDAyoBSAEgBNAGkAYwByAG8A --> <!-- cwBvAGYAdKEagBhodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20wDQYJKoZIhvcNAQEB --> <!-- BQAEggEAiG4+W1CNDo9PeMD22rD+PmrzC2cHD+UiR8tPDazM/RyXZyBsrB+oB/Nq --> <!-- n/QQS+E+dbZ1vEtyZD+wH/J2fw9H1tY4qoeAtH2rnbcWDHOr1dQrMOYTfWzmpdNP --> <!-- wWoNQAOMIZ7r5PfrQXQ/Yd59nYAffuoIU40AUjBG/gxxeNzKa06I9fHvt4iOPo8O --> <!-- kL+VJgSNh1OFxVddpy/Sz+1ikY2N4wG26qdy9jOG4Ou0N8B9HnEmlwb7DfRRhBqD --> <!-- Z+YlZ58G3Hok9A9whZ4N41iPuVzv5KoTzTxTd5PvN8OabCTgGP4rTo4qLiEmurCE --> <!-- c/WBVsAkr9NUziklzaT3eSECxZWtf6GCF5QwgheQBgorBgEEAYI3AwMBMYIXgDCC --> <!-- F3wGCSqGSIb3DQEHAqCCF20wghdpAgEDMQ8wDQYJYIZIAWUDBAIBBQAwggFSBgsq --> <!-- hkiG9w0BCRABBKCCAUEEggE9MIIBOQIBAQYKKwYBBAGEWQoDATAxMA0GCWCGSAFl --> <!-- AwQCAQUABCAYZYMoVGt+JuclhNKV8uZjk3jxNF+xaZaTx+ULPAw1gwIGaWjUwSFu --> <!-- GBMyMDI2MDEyMTEwMjkyMy4wNTFaMASAAgH0oIHRpIHOMIHLMQswCQYDVQQGEwJV --> <!-- UzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UE --> <!-- ChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSUwIwYDVQQLExxNaWNyb3NvZnQgQW1l --> <!-- cmljYSBPcGVyYXRpb25zMScwJQYDVQQLEx5uU2hpZWxkIFRTUyBFU046QTQwMC0w --> <!-- NUUwLUQ5NDcxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNlcnZpY2Wg --> <!-- ghHqMIIHIDCCBQigAwIBAgITMwAAAgJ5UHQhFH24oQABAAACAjANBgkqhkiG9w0B --> <!-- AQsFADB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE --> <!-- BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYD --> <!-- VQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDAeFw0yNTAxMzAxOTQy --> <!-- NDRaFw0yNjA0MjIxOTQyNDRaMIHLMQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2Fz --> <!-- aGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENv --> <!-- cnBvcmF0aW9uMSUwIwYDVQQLExxNaWNyb3NvZnQgQW1lcmljYSBPcGVyYXRpb25z --> <!-- MScwJQYDVQQLEx5uU2hpZWxkIFRTUyBFU046QTQwMC0wNUUwLUQ5NDcxJTAjBgNV --> <!-- BAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNlcnZpY2UwggIiMA0GCSqGSIb3DQEB --> <!-- AQUAA4ICDwAwggIKAoICAQC3eSp6cucUGOkcPg4vKWKJfEQeshK2ZBsYU1tDWvQu --> <!-- 6L9lp+dnqrajIdNeH1HN3oz3iiGoJWuN2HVNZkcOt38aWGebM0gUUOtPjuLhuO5d --> <!-- 67YpQsHBJAWhcve/MVdoQPj1njiAjSiOrL8xFarFLI46RH8NeDhAPXcJpWn7AIzC --> <!-- yIjZOaJ2DWA+6QwNzwqjBgIpf1hWFwqHvPEedy0notXbtWfT9vCSL9sdDK6K/HH9 --> <!-- HsaY5wLmUUB7SfuLGo1OWEm6MJyG2jixqi9NyRoypdF8dRyjWxKRl2JxwvbetlDT --> <!-- io66XliTOckq2RgM+ZocZEb6EoOdtd0XKh3Lzx29AhHxlk+6eIwavlHYuOLZDKod --> <!-- POVN6j1IJ9brolY6mZboQ51Oqe5nEM5h/WJX28GLZioEkJN8qOe5P5P2Yx9HoOqL --> <!-- ugX00qCzxq4BDm8xH85HKxvKCO5KikopaRGGtQlXjDyusMWlrHcySt56DhL4dcVn --> <!-- n7dFvL50zvQlFZMhVoehWSQkkWuUlCCqIOrTe7RbmnbdJosH+7lC+n53gnKy4OoZ --> <!-- zuUeqzCnSB1JNXPKnJojP3De5xwspi5tUvQFNflfGTsjZgQAgDBdg/DO0TGgLRDK --> <!-- vZQCZ5qIuXpQRyg37yc51e95z8U2mysU0XnSpWeigHqkyOAtDfcIpq5Gv7HV+da2 --> <!-- RwIDAQABo4IBSTCCAUUwHQYDVR0OBBYEFNoGubUPjP2f8ifkIKvwy1rlSHTZMB8G --> <!-- A1UdIwQYMBaAFJ+nFV0AXmJdg/Tl0mWnG1M1GelyMF8GA1UdHwRYMFYwVKBSoFCG --> <!-- Tmh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvY3JsL01pY3Jvc29mdCUy --> <!-- MFRpbWUtU3RhbXAlMjBQQ0ElMjAyMDEwKDEpLmNybDBsBggrBgEFBQcBAQRgMF4w --> <!-- XAYIKwYBBQUHMAKGUGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2lvcHMvY2Vy --> <!-- dHMvTWljcm9zb2Z0JTIwVGltZS1TdGFtcCUyMFBDQSUyMDIwMTAoMSkuY3J0MAwG --> <!-- A1UdEwEB/wQCMAAwFgYDVR0lAQH/BAwwCgYIKwYBBQUHAwgwDgYDVR0PAQH/BAQD --> <!-- AgeAMA0GCSqGSIb3DQEBCwUAA4ICAQCD83aFQUxN37HkOoJDM1maHFZVUGcqTQcP --> <!-- nOD6UoYRMmDKv0GabHlE82AYgLPuVlukn7HtJPF2z0jnTgAfRMn26JFLPG7O/XbK --> <!-- K25hrBPJ30lBuwjATVt58UA1BWo7lsmnyrur/6h8AFzrXyrXtlvzQYqaRYY9k0UF --> <!-- Y5GM+n9YaEEK2D268e+a+HDmWe+tYL2H+9O4Q1MQLag+ciNwLkj/+QlxpXiWou9K --> <!-- vAP0tIk+fH8F3ww5VOTi9aZ9+qPjszw31H4ndtivBZaH5s5boJmH2JbtMuf2y7hS --> <!-- dJdE0UW2B0FEZPLImemlKhslJNVqEO7RPgl7c81QuVSO58ffpmbwtSxhYrES3VsP --> <!-- glXn9ODF7DqmPMG/GysB4o/QkpNUq+wS7bORTNzqHMtH+ord2YSma+1byWBr/izI --> <!-- KggOCdEzaZDfym12GM6a4S+Iy6AUIp7/KIpAmfWfXrcMK7V7EBzxoezkLREEWI4X --> <!-- tPwpEBntOa1oDH3Z/+dRxsxL0vgya7jNfrO7oizTAln/2ZBYB9ioUeobj5AGL45m --> <!-- 2mcKSk7HE5zUReVkILpYKBQ5+X/8jFO1/pZyqzQeI1/oJ/RLoic1SieLXfET9EWZ --> <!-- IBjZMZ846mDbp1ynK9UbNiCjSwmTF509Yn9M47VQsxsv1olQu51rVVHkSNm+rTrL --> <!-- wK1tvhv0mTCCB3EwggVZoAMCAQICEzMAAAAVxedrngKbSZkAAAAAABUwDQYJKoZI --> <!-- hvcNAQELBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAw --> <!-- DgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24x --> <!-- MjAwBgNVBAMTKU1pY3Jvc29mdCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAy --> <!-- MDEwMB4XDTIxMDkzMDE4MjIyNVoXDTMwMDkzMDE4MzIyNVowfDELMAkGA1UEBhMC --> <!-- VVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNV --> <!-- BAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRp --> <!-- bWUtU3RhbXAgUENBIDIwMTAwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC --> <!-- AQDk4aZM57RyIQt5osvXJHm9DtWC0/3unAcH0qlsTnXIyjVX9gF/bErg4r25Phdg --> <!-- M/9cT8dm95VTcVrifkpa/rg2Z4VGIwy1jRPPdzLAEBjoYH1qUoNEt6aORmsHFPPF --> <!-- dvWGUNzBRMhxXFExN6AKOG6N7dcP2CZTfDlhAnrEqv1yaa8dq6z2Nr41JmTamDu6 --> <!-- GnszrYBbfowQHJ1S/rboYiXcag/PXfT+jlPP1uyFVk3v3byNpOORj7I5LFGc6XBp --> <!-- Dco2LXCOMcg1KL3jtIckw+DJj361VI/c+gVVmG1oO5pGve2krnopN6zL64NF50Zu --> <!-- yjLVwIYwXE8s4mKyzbnijYjklqwBSru+cakXW2dg3viSkR4dPf0gz3N9QZpGdc3E --> <!-- XzTdEonW/aUgfX782Z5F37ZyL9t9X4C626p+Nuw2TPYrbqgSUei/BQOj0XOmTTd0 --> <!-- lBw0gg/wEPK3Rxjtp+iZfD9M269ewvPV2HM9Q07BMzlMjgK8QmguEOqEUUbi0b1q --> <!-- GFphAXPKZ6Je1yh2AuIzGHLXpyDwwvoSCtdjbwzJNmSLW6CmgyFdXzB0kZSU2LlQ --> <!-- +QuJYfM2BjUYhEfb3BvR/bLUHMVr9lxSUV0S2yW6r1AFemzFER1y7435UsSFF5PA --> <!-- PBXbGjfHCBUYP3irRbb1Hode2o+eFnJpxq57t7c+auIurQIDAQABo4IB3TCCAdkw --> <!-- EgYJKwYBBAGCNxUBBAUCAwEAATAjBgkrBgEEAYI3FQIEFgQUKqdS/mTEmr6CkTxG --> <!-- NSnPEP8vBO4wHQYDVR0OBBYEFJ+nFV0AXmJdg/Tl0mWnG1M1GelyMFwGA1UdIARV --> <!-- MFMwUQYMKwYBBAGCN0yDfQEBMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly93d3cubWlj --> <!-- cm9zb2Z0LmNvbS9wa2lvcHMvRG9jcy9SZXBvc2l0b3J5Lmh0bTATBgNVHSUEDDAK --> <!-- BggrBgEFBQcDCDAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMC --> <!-- AYYwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBTV9lbLj+iiXGJo0T2UkFvX --> <!-- zpoYxDBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20v --> <!-- cGtpL2NybC9wcm9kdWN0cy9NaWNSb29DZXJBdXRfMjAxMC0wNi0yMy5jcmwwWgYI --> <!-- KwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRwOi8vd3d3Lm1pY3Jvc29mdC5j --> <!-- b20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dF8yMDEwLTA2LTIzLmNydDANBgkqhkiG --> <!-- 9w0BAQsFAAOCAgEAnVV9/Cqt4SwfZwExJFvhnnJL/Klv6lwUtj5OR2R4sQaTlz0x --> <!-- M7U518JxNj/aZGx80HU5bbsPMeTCj/ts0aGUGCLu6WZnOlNN3Zi6th542DYunKmC --> <!-- VgADsAW+iehp4LoJ7nvfam++Kctu2D9IdQHZGN5tggz1bSNU5HhTdSRXud2f8449 --> <!-- xvNo32X2pFaq95W2KFUn0CS9QKC/GbYSEhFdPSfgQJY4rPf5KYnDvBewVIVCs/wM --> <!-- nosZiefwC2qBwoEZQhlSdYo2wh3DYXMuLGt7bj8sCXgU6ZGyqVvfSaN0DLzskYDS --> <!-- PeZKPmY7T7uG+jIa2Zb0j/aRAfbOxnT99kxybxCrdTDFNLB62FD+CljdQDzHVG2d --> <!-- Y3RILLFORy3BFARxv2T5JL5zbcqOCb2zAVdJVGTZc9d/HltEAY5aGZFrDZ+kKNxn --> <!-- GSgkujhLmm77IVRrakURR6nxt67I6IleT53S0Ex2tVdUCbFpAUR+fKFhbHP+Crvs --> <!-- QWY9af3LwUFJfn6Tvsv4O+S3Fb+0zj6lMVGEvL8CwYKiexcdFYmNcP7ntdAoGokL --> <!-- jzbaukz5m/8K6TT4JDVnK+ANuOaMmdbhIurwJ0I9JZTmdHRbatGePu1+oDEzfbzL --> <!-- 6Xu/OHBE0ZDxyKs6ijoIYn/ZcGNTTY3ugm2lBRDBcQZqELQdVTNYs6FwZvKhggNN --> <!-- MIICNQIBATCB+aGB0aSBzjCByzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hp --> <!-- bmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jw --> <!-- b3JhdGlvbjElMCMGA1UECxMcTWljcm9zb2Z0IEFtZXJpY2EgT3BlcmF0aW9uczEn --> <!-- MCUGA1UECxMeblNoaWVsZCBUU1MgRVNOOkE0MDAtMDVFMC1EOTQ3MSUwIwYDVQQD --> <!-- ExxNaWNyb3NvZnQgVGltZS1TdGFtcCBTZXJ2aWNloiMKAQEwBwYFKw4DAhoDFQBJ --> <!-- iUhpCWA/3X/jZyIy0ye6RJwLzqCBgzCBgKR+MHwxCzAJBgNVBAYTAlVTMRMwEQYD --> <!-- VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy --> <!-- b3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1w --> <!-- IFBDQSAyMDEwMA0GCSqGSIb3DQEBCwUAAgUA7RqSXDAiGA8yMDI2MDEyMDIzNDYz --> <!-- NloYDzIwMjYwMTIxMjM0NjM2WjB0MDoGCisGAQQBhFkKBAExLDAqMAoCBQDtGpJc --> <!-- AgEAMAcCAQACAjERMAcCAQACAhJNMAoCBQDtG+PcAgEAMDYGCisGAQQBhFkKBAIx --> <!-- KDAmMAwGCisGAQQBhFkKAwKgCjAIAgEAAgMHoSChCjAIAgEAAgMBhqAwDQYJKoZI --> <!-- hvcNAQELBQADggEBADYMNxGQm3NrPf7oCCYom3+TOysgESj5zq9+gfUMU9Twad9O --> <!-- oVzR6GuLcslHlloRlV/ceRpThumyxFwvRQchIEp3D6MtAM8TQaLvCX5hY0Jt2TmV --> <!-- iCwUeUQb7PsMgX0iEk1JpAcKNFhf5DZx/29r+mr/MGtFZjx5cA6tMuZ0Joul4We/ --> <!-- 2eO7Y85YBg6tIxMn02RzkdvyQR4dJnCptK8WHkGV/zF7uroEsR0huMBYqiWcnFKg --> <!-- 9WTuMVEA7ZNXzCdSf+qwlShfWAa6IStE4/KARS0sNv/PKbWpOr+lu0Mab2heRTa4 --> <!-- y3LhEZH0A8SCBdtHrIYhZu9qa8XqKJbbLZL6EQgxggQNMIIECQIBATCBkzB8MQsw --> <!-- CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u --> <!-- ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNy --> <!-- b3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMAITMwAAAgJ5UHQhFH24oQABAAACAjAN --> <!-- BglghkgBZQMEAgEFAKCCAUowGgYJKoZIhvcNAQkDMQ0GCyqGSIb3DQEJEAEEMC8G --> <!-- CSqGSIb3DQEJBDEiBCD4Dm0Ke86DagFbQltDxp64BqrdMeWSxTz7rzU6UBtdfzCB --> <!-- +gYLKoZIhvcNAQkQAi8xgeowgecwgeQwgb0EIPON6gEYB5bLzXLWuUmL8Zd8xXAs --> <!-- qXksedFyolfMlF/sMIGYMIGApH4wfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldh --> <!-- c2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBD --> <!-- b3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIw --> <!-- MTACEzMAAAICeVB0IRR9uKEAAQAAAgIwIgQg+IC8eTulZenoKhQz2eLK84Y8wY7l --> <!-- OWeeKUWBbTnXyYMwDQYJKoZIhvcNAQELBQAEggIAiEeGxCpWSeVORpPP8PrbnF6J --> <!-- BOPQ+WqipxaTbujgE/DZmnqNHOBiHircsALajbQlQa+L+10ANKIhyYB1pdFOrNt3 --> <!-- z6jS4Q8GvtUaVnXEk5BDTpUTegND7HEPSSKzL/YBQPl9X6fSlIscp42qQWgMDqid --> <!-- 1xHVfaaxNcEd4MF0ym8H9MzFiMheNOXM1s/lFlBBxiYQXvpv/sF77DqitiZyAIaI --> <!-- eRJ7E8tRlCDV3wCIuSL2bLpz3sXlq9HBMRxxei39AisjtYK1sFI2ioXfyaOts0dh --> <!-- zIY6um/JG8Gx4y443g6mqB+Gjncm5wWpl7cS3Om/gVzAFQ/IAzwQ0TjtFfTnUCSe --> <!-- PYlc+RUENwqYb8bkUofWEIJN5cFV0Uh18kSnYYtiZ72DMrQl81zSaqvf2xpnjDFN --> <!-- INqyTdLHLx2TCPD528t485AyyxpjuVEoCal/asI2Avti6fgf8LJPB7OwviDTNAFK --> <!-- nnZmAHJr97c+XDSy1haCVPdffN6ZqcLnDWY3BcZJ2yfvXGce3yecsK+DjecOZtkS --> <!-- Df0LcqF6goYlHfwUv/lv2i5oIhZl7anEjZOCiZWW8zATsCExDs97QLrVrMrJyl4u --> <!-- bqmc7vI/Yg6kzvC0Rk4zxYwD6cK/0mPwG3t0mWAcXJfXTAOpbmayZrSIekJ2fIa6 --> <!-- Wb2qvjyMhGSKdH13okI= --> <!-- SIG # End signature block --> |