Condividi tramite


ArmConnectedCacheModelFactory.MccCustomerProperty Method

Definition

Model representing customer for connectedCache resource.

public static Azure.ResourceManager.ConnectedCache.Models.MccCustomerProperty MccCustomerProperty(Azure.ResourceManager.ConnectedCache.Models.ConnectedCacheProvisioningState? provisioningState = default, Azure.ResourceManager.ConnectedCache.Models.MccCustomerEntity customer = default, Azure.ResourceManager.ConnectedCache.Models.MccCustomerAdditionalProperties additionalCustomerProperties = default, string statusCode = default, string statusText = default, string statusDetails = default, string status = default, Azure.ResponseError error = default);
static member MccCustomerProperty : Nullable<Azure.ResourceManager.ConnectedCache.Models.ConnectedCacheProvisioningState> * Azure.ResourceManager.ConnectedCache.Models.MccCustomerEntity * Azure.ResourceManager.ConnectedCache.Models.MccCustomerAdditionalProperties * string * string * string * string * Azure.ResponseError -> Azure.ResourceManager.ConnectedCache.Models.MccCustomerProperty
Public Shared Function MccCustomerProperty (Optional provisioningState As Nullable(Of ConnectedCacheProvisioningState) = Nothing, Optional customer As MccCustomerEntity = Nothing, Optional additionalCustomerProperties As MccCustomerAdditionalProperties = Nothing, Optional statusCode As String = Nothing, Optional statusText As String = Nothing, Optional statusDetails As String = Nothing, Optional status As String = Nothing, Optional error As ResponseError = Nothing) As MccCustomerProperty

Parameters

provisioningState
Nullable<ConnectedCacheProvisioningState>

The provisioned state of the resource.

customer
MccCustomerEntity

Mcc customer resource (customer entity).

additionalCustomerProperties
MccCustomerAdditionalProperties

Mcc customer resource additional properties.

statusCode
String

Mcc response status code.

statusText
String

Mcc response status text as string for retrieving status details.

statusDetails
String

Mcc response status details for retrieving response inner details.

status
String

HTTP error status code.

error
ResponseError

Mcc response error details.

Returns

A new MccCustomerProperty instance for mocking.

Applies to