你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceFabricCommonCmdletBase.GetParametersByResourceId Method

Definition

Overloads

GetParametersByResourceId(String, String, String, String)
GetParametersByResourceId(String, String, String, String, String)
GetParametersByResourceId(String, String, String, String, String, String)

GetParametersByResourceId(String, String, String, String)

protected void GetParametersByResourceId (string resourceId, string resourceType, out string resourceGroup, out string resourceName);
member this.GetParametersByResourceId : string * string * string * string -> unit
Protected Sub GetParametersByResourceId (resourceId As String, resourceType As String, ByRef resourceGroup As String, ByRef resourceName As String)

Parameters

resourceId
String
resourceType
String
resourceGroup
String
resourceName
String

Applies to

GetParametersByResourceId(String, String, String, String, String)

protected void GetParametersByResourceId (string resourceId, string resourceType, out string resourceGroup, out string resourceName, out string parentResourceName);
member this.GetParametersByResourceId : string * string * string * string * string -> unit
Protected Sub GetParametersByResourceId (resourceId As String, resourceType As String, ByRef resourceGroup As String, ByRef resourceName As String, ByRef parentResourceName As String)

Parameters

resourceId
String
resourceType
String
resourceGroup
String
resourceName
String
parentResourceName
String

Applies to

GetParametersByResourceId(String, String, String, String, String, String)

protected void GetParametersByResourceId (string resourceId, string resourceType, out string resourceGroup, out string resourceName, out string parentResourceName, out string grandParentResourceName);
member this.GetParametersByResourceId : string * string * string * string * string * string -> unit
Protected Sub GetParametersByResourceId (resourceId As String, resourceType As String, ByRef resourceGroup As String, ByRef resourceName As String, ByRef parentResourceName As String, ByRef grandParentResourceName As String)

Parameters

resourceId
String
resourceType
String
resourceGroup
String
resourceName
String
parentResourceName
String
grandParentResourceName
String

Applies to