ArmHybridConnectivityModelFactory.EndpointResourceData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EndpointResourceData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.HybridConnectivity.EndpointResourceData EndpointResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.HybridConnectivity.Models.EndpointType? endpointType = default, string resourceId = default, string provisioningState = default, string createdBy = default, Azure.ResourceManager.HybridConnectivity.Models.CreatedByType? createdByType = default, DateTimeOffset? createdOn = default, string lastModifiedBy = default, Azure.ResourceManager.HybridConnectivity.Models.CreatedByType? lastModifiedByType = default, DateTimeOffset? lastModifiedOn = default);
static member EndpointResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.HybridConnectivity.Models.EndpointType> * string * string * string * Nullable<Azure.ResourceManager.HybridConnectivity.Models.CreatedByType> * Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.HybridConnectivity.Models.CreatedByType> * Nullable<DateTimeOffset> -> Azure.ResourceManager.HybridConnectivity.EndpointResourceData
Public Shared Function EndpointResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional endpointType As Nullable(Of EndpointType) = Nothing, Optional resourceId As String = Nothing, Optional provisioningState As String = Nothing, Optional createdBy As String = Nothing, Optional createdByType As Nullable(Of CreatedByType) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedBy As String = Nothing, Optional lastModifiedByType As Nullable(Of CreatedByType) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing) As EndpointResourceData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- endpointType
- Nullable<EndpointType>
エンドポイントの型。
- resourceId
- String
接続エンドポイントのリソース ID (省略可能)。
- provisioningState
- String
- createdBy
- String
リソースを作成した ID。
- createdByType
- Nullable<CreatedByType>
リソースを作成した ID の種類。
- createdOn
- Nullable<DateTimeOffset>
リソース作成のタイムスタンプ (UTC)。
- lastModifiedBy
- String
リソースを最後に変更した ID。
- lastModifiedByType
- Nullable<CreatedByType>
リソースを最後に変更した ID の種類。
- lastModifiedOn
- Nullable<DateTimeOffset>
リソースの最終変更 (UTC) のタイムスタンプ。
戻り値
モック作成用の新しい EndpointResourceData インスタンス。