ResourceIdentifier.ToResourceIdentity 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
ToResourceIdentity() | |
ToResourceIdentity(String) |
ToResourceIdentity()
public Microsoft.Azure.ResourceIdentity ToResourceIdentity ();
member this.ToResourceIdentity : unit -> Microsoft.Azure.ResourceIdentity
Public Function ToResourceIdentity () As ResourceIdentity
Returns
Microsoft.Azure.ResourceIdentity
Applies to
ToResourceIdentity(String)
public Microsoft.Azure.ResourceIdentity ToResourceIdentity (string apiVersion);
member this.ToResourceIdentity : string -> Microsoft.Azure.ResourceIdentity
Public Function ToResourceIdentity (apiVersion As String) As ResourceIdentity
Parameters
- apiVersion
- String
Returns
Microsoft.Azure.ResourceIdentity