CloudServiceRoleInstanceCollection.Exists 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.
Checks to see if the resource exists in azure.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}
- Operation Id: CloudServiceRoleInstances_Get
- Default Api Version: 2022-09-04
- Resource: CloudServiceRoleInstanceResource
public virtual Azure.Response<bool> Exists (string roleInstanceName, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (roleInstanceName As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)
Parameters
- roleInstanceName
- String
Name of the role instance.
- expand
- Nullable<InstanceViewType>
The expand expression to apply to the operation. 'UserData' is not supported for cloud services.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
roleInstanceName
is an empty string, and was expected to be non-empty.
roleInstanceName
is null.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET