MockableSqlArmClient.GetSqlServerJobVersionStepResource 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.
Gets an object representing a SqlServerJobVersionStepResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, Int32, String) to create a SqlServerJobVersionStepResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.Sql.SqlServerJobVersionStepResource GetSqlServerJobVersionStepResource (Azure.Core.ResourceIdentifier id);
abstract member GetSqlServerJobVersionStepResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.SqlServerJobVersionStepResource
override this.GetSqlServerJobVersionStepResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.SqlServerJobVersionStepResource
Public Overridable Function GetSqlServerJobVersionStepResource (id As ResourceIdentifier) As SqlServerJobVersionStepResource
Parameters
The resource ID of the resource to get.
Returns
Returns a SqlServerJobVersionStepResource object.