Get-AzSupportFilesNoSubscription
Returns details of a specific file in a work space.
Syntax
Get-AzSupportFilesNoSubscription
-FileWorkspaceName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSupportFilesNoSubscription
-FileName <String>
-FileWorkspaceInputObject <ISupportIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSupportFilesNoSubscription
-FileName <String>
-FileWorkspaceName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSupportFilesNoSubscription
-InputObject <ISupportIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Returns details of a specific file in a work space.
Examples
Example 1: List all files from a file workspace
Get-AzSupportFilesNoSubscription -WorkspaceName "testworkspace"
Name CreatedOn ChunkSize FileSize
---- --------- --------- --------
test.txt 2/9/2024 3:53:15 PM 4 4
test2.txt 2/9/2024 3:53:29 PM 4 4
Lists all the Files information under a workspace
Example 2: Get details of a file in a file workspace
Get-AzSupportFilesNoSubscription -Name "test.txt" -WorkspaceName "testworkspace"
ChunkSize : 4
CreatedOn : 2/9/2024 3:53:15 PM
FileSize : 4
Id : /providers/Microsoft.Support/fileWorkspaces/testworkspace/files/test.txt
Name : test.txt
NumberOfChunk : 1
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/files
Returns details of a specific file in a workspace.
Example 3: List all files from a support ticket
Get-AzSupportFilesNoSubscription -WorkspaceName "2402084010005835"
Name CreatedOn ChunkSize FileSize
---- --------- --------- --------
test.txt 2/9/2024 3:53:15 PM 4 4
test2.txt 2/9/2024 3:53:29 PM 4 4
Lists all the Files information under a support ticket.
Example 2: Get details of a file under a support ticket
Get-AzSupportFilesNoSubscription -Name "test.txt" -WorkspaceName "2402084010005835"
ChunkSize : 4
CreatedOn : 2/9/2024 3:53:15 PM
FileSize : 4
Id : /providers/Microsoft.Support/fileWorkspaces/2402084010005835/files/test.txt
Name : test.txt
NumberOfChunk : 1
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/files
Returns details of a specific file under a support ticket.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FileName
File Name
Type: | String |
Aliases: | Name |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FileWorkspaceInputObject
Identity Parameter
Type: | ISupportIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-FileWorkspaceName
File Workspace Name
Type: | String |
Aliases: | WorkspaceName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter
Type: | ISupportIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Outputs
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure PowerShell