SmbMountEndpointProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SMB 共有エンドポイントのプロパティ。
public class SmbMountEndpointProperties : Azure.ResourceManager.StorageMover.Models.EndpointBaseProperties
type SmbMountEndpointProperties = class
inherit EndpointBaseProperties
Public Class SmbMountEndpointProperties
Inherits EndpointBaseProperties
- 継承
コンストラクター
SmbMountEndpointProperties(String, String) |
SmbMountEndpointProperties の新しいインスタンスを初期化します。 |
プロパティ
Credentials |
Azure Key Vault SMB 共有にアクセスするために必要な資格情報を格納するシークレット URI です。 |
Description |
エンドポイントの説明。 (継承元 EndpointBaseProperties) |
Host |
ファイル システムをエクスポートするサーバーのホスト名または IP アドレス。 |
ProvisioningState |
このリソースのプロビジョニング状態。 (継承元 EndpointBaseProperties) |
ShareName |
サーバーからエクスポートされる SMB 共有の名前。 |