共用方式為


New-AzPurviewAzureFileServiceDataSourceObject

建立 AzureFileServiceDataSource 的記憶體內部物件。

語法

New-AzPurviewAzureFileServiceDataSourceObject
   -Kind <DataSourceType>
   [-CollectionReferenceName <String>]
   [-CollectionType <String>]
   [-Endpoint <String>]
   [-Location <String>]
   [-ResourceGroup <String>]
   [-ResourceName <String>]
   [-SubscriptionId <String>]
   [<CommonParameters>]

Description

建立 AzureFileServiceDataSource 的記憶體內部物件。

範例

範例 1:建立 Azure 檔案服務數據源物件

New-AzPurviewAzureFileServiceDataSourceObject -Kind 'AzureFileService' -CollectionReferenceName 'parv-brs-2' -CollectionType 'CollectionReference' -Endpoint 'https://0cb22.file.core.windows.net/'

CollectionLastModifiedAt :
CollectionReferenceName  : parv-brs-2
CollectionType           : CollectionReference
CreatedAt                :
Endpoint                 : https://0cb22.file.core.windows.net/
Id                       :
Kind                     : AzureFileService
LastModifiedAt           :
Location                 :
Name                     :
ResourceGroup            :
ResourceName             :
Scan                     :
SubscriptionId           :

建立 Azure 檔案服務數據源物件

參數

-CollectionReferenceName

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-CollectionType

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Endpoint

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Kind

類型:DataSourceType
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Location

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceGroup

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceName

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SubscriptionId

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

AzureFileServiceDataSource