MockableSqlArmClient.GetSyncMemberResource(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 SyncMemberResource 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 SyncMemberResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.Sql.SyncMemberResource GetSyncMemberResource (Azure.Core.ResourceIdentifier id);
abstract member GetSyncMemberResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.SyncMemberResource
override this.GetSyncMemberResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.SyncMemberResource
Public Overridable Function GetSyncMemberResource (id As ResourceIdentifier) As SyncMemberResource
Parameters
The resource ID of the resource to get.
Returns
Returns a SyncMemberResource object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET