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