QueueServiceProperties.Explicit(Response to QueueServiceProperties) Operator

Definition

public static explicit operator Azure.Storage.Queues.Models.QueueServiceProperties(Azure.Response response);
static member op_Explicit : Azure.Response -> Azure.Storage.Queues.Models.QueueServiceProperties
Public Shared Narrowing Operator CType (response As Response) As QueueServiceProperties

Parameters

response
Response

The Response to deserialize the QueueServiceProperties from.

Returns

Applies to