Class GetWindowsInstanceInitialCredentialsRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetWindowsInstanceInitialCredentialsRequest : IOciRequest
Examples
Click here to see an example of how to use GetWindowsInstanceInitialCredentials request.
Properties
InstanceId
Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[HttpConverter(TargetEnum.Path, "instanceId")]
public string InstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the instance. |
Remarks
Required