You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The function to tier blobs to cool storage. Support blobs currently at Hot tier */
996
+
/** The function to tier blobs to cool storage. */
997
997
tierToCool?: DateAfterModification;
998
-
/** The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier */
998
+
/** The function to tier blobs to archive storage. */
999
999
tierToArchive?: DateAfterModification;
1000
+
/** The function to tier blobs to cold storage. */
1001
+
tierToCold?: DateAfterModification;
1002
+
/** The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts */
1003
+
tierToHot?: DateAfterModification;
1000
1004
/** The function to delete the blob */
1001
1005
delete?: DateAfterModification;
1002
1006
/** This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan. */
/** Optional. Specified maximum number of containers that can be included in the list. */
4095
-
maxpagesize?: string;
4096
4141
/** Optional. When specified, only container names starting with the filter will be listed. */
4097
4142
filter?: string;
4143
+
/** Optional. Specified maximum number of containers that can be included in the list. */
4144
+
maxpagesize?: string;
4098
4145
/** Optional, used to include the properties for soft deleted blob containers. */
4099
4146
include?: ListContainersInclude;
4100
4147
}
@@ -4126,10 +4173,10 @@ export type FileServicesGetServicePropertiesResponse = FileServiceProperties;
4126
4173
/** Optional parameters. */
4127
4174
exportinterfaceFileSharesListOptionalParams
4128
4175
extendscoreClient.OperationOptions{
4129
-
/** Optional. Specified maximum number of shares that can be included in the list. */
4130
-
maxpagesize?: string;
4131
4176
/** Optional. When specified, only share names starting with the filter will be listed. */
4132
4177
filter?: string;
4178
+
/** Optional. Specified maximum number of shares that can be included in the list. */
4179
+
maxpagesize?: string;
4133
4180
/** Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ',' */
4134
4181
expand?: string;
4135
4182
}
@@ -4195,10 +4242,10 @@ export type FileSharesLeaseResponse = FileSharesLeaseHeaders &
4195
4242
/** Optional parameters. */
4196
4243
exportinterfaceFileSharesListNextOptionalParams
4197
4244
extendscoreClient.OperationOptions{
4198
-
/** Optional. Specified maximum number of shares that can be included in the list. */
4199
-
maxpagesize?: string;
4200
4245
/** Optional. When specified, only share names starting with the filter will be listed. */
4201
4246
filter?: string;
4247
+
/** Optional. Specified maximum number of shares that can be included in the list. */
4248
+
maxpagesize?: string;
4202
4249
/** Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ',' */
0 commit comments