ServiceFabricCommonCmdletBase.GetParametersByResourceId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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