GraphAPIComputeRegionalServiceResource Constructors
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
GraphAPIComputeRegionalServiceResource() |
Initializes a new instance of the GraphAPIComputeRegionalServiceResource class. |
GraphAPIComputeRegionalServiceResource(String, String, String, String) |
Initializes a new instance of the GraphAPIComputeRegionalServiceResource class. |
GraphAPIComputeRegionalServiceResource()
Initializes a new instance of the GraphAPIComputeRegionalServiceResource class.
public GraphAPIComputeRegionalServiceResource ();
Public Sub New ()
Applies to
GraphAPIComputeRegionalServiceResource(String, String, String, String)
Initializes a new instance of the GraphAPIComputeRegionalServiceResource class.
public GraphAPIComputeRegionalServiceResource (string name = default, string location = default, string status = default, string graphApiComputeEndpoint = default);
new Microsoft.Azure.Management.CosmosDB.Models.GraphAPIComputeRegionalServiceResource : string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.GraphAPIComputeRegionalServiceResource
Public Sub New (Optional name As String = Nothing, Optional location As String = Nothing, Optional status As String = Nothing, Optional graphApiComputeEndpoint As String = Nothing)
Parameters
- name
- String
The regional service name.
- location
- String
The location name.
- status
- String
Describes the status of a service. Possible values include: 'Creating', 'Running', 'Updating', 'Deleting', 'Error', 'Stopped'
- graphApiComputeEndpoint
- String
The regional endpoint for GraphAPICompute.