次の方法で共有


CapabilitiesOperationsExtensions.Get メソッド

定義

ターゲット リソースを拡張する Capability リソースを取得します。

public static Microsoft.Azure.Management.Chaos.Models.Capability Get (this Microsoft.Azure.Management.Chaos.ICapabilitiesOperations operations, string resourceGroupName, string parentProviderNamespace, string parentResourceType, string parentResourceName, string targetName, string capabilityName);
static member Get : Microsoft.Azure.Management.Chaos.ICapabilitiesOperations * string * string * string * string * string * string -> Microsoft.Azure.Management.Chaos.Models.Capability
<Extension()>
Public Function Get (operations As ICapabilitiesOperations, resourceGroupName As String, parentProviderNamespace As String, parentResourceType As String, parentResourceName As String, targetName As String, capabilityName As String) As Capability

パラメーター

operations
ICapabilitiesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループを表す文字列。

parentProviderNamespace
String

リソース プロバイダーの名前空間を表す文字列。

parentResourceType
String

リソースの種類を表す文字列。

parentResourceName
String

リソース名を表す文字列。

targetName
String

ターゲット リソース名を表す文字列。

capabilityName
String

機能リソース名を表す文字列。

戻り値

適用対象