ArmCosmosDBModelFactory.RestorableTableResourceData 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.
Initializes a new instance of RestorableTableResourceData.
public static Azure.ResourceManager.CosmosDB.Models.RestorableTableResourceData RestorableTableResourceData(string id = default, string name = default, string resourceType = default);
static member RestorableTableResourceData : string * string * string -> Azure.ResourceManager.CosmosDB.Models.RestorableTableResourceData
Public Shared Function RestorableTableResourceData (Optional id As String = Nothing, Optional name As String = Nothing, Optional resourceType As String = Nothing) As RestorableTableResourceData
Parameters
- id
- String
The unique resource identifier of the ARM resource.
- name
- String
The name of the Table.
- resourceType
- String
The type of Azure resource.
Returns
A new RestorableTableResourceData instance for mocking.
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