次の方法で共有


CloudEndpointCreateParameters クラス

定義

クラウド エンドポイントの作成時に使用されるパラメーター。

[Microsoft.Rest.Serialization.JsonTransformation]
public class CloudEndpointCreateParameters : Microsoft.Azure.Management.StorageSync.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CloudEndpointCreateParameters = class
    inherit ProxyResource
Public Class CloudEndpointCreateParameters
Inherits ProxyResource
継承
CloudEndpointCreateParameters
属性

コンストラクター

CloudEndpointCreateParameters()

CloudEndpointCreateParameters クラスの新しいインスタンスを初期化します。

CloudEndpointCreateParameters(String, String, String, SystemData, String, String, String, String)

CloudEndpointCreateParameters クラスの新しいインスタンスを初期化します。

プロパティ

AzureFileShareName

Azure ファイル共有名を取得または設定します

FriendlyName

フレンドリ名を取得または設定します

Id

リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(継承元 Resource)
Name

リソースの名前を取得します

(継承元 Resource)
StorageAccountResourceId

ストレージ アカウントのリソース ID を取得または設定します

StorageAccountTenantId

ストレージ アカウントのテナント ID を取得または設定します

SystemData

createdBy および modifiedBy 情報を含む azure Resource Managerメタデータを取得します。

(継承元 Resource)
Type

リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

(継承元 Resource)

適用対象