Share via


ArmApiManagementModelFactory.ApiManagementSkuRestrictions Method

Definition

Initializes a new instance of ApiManagementSkuRestrictions.

public static Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictions ApiManagementSkuRestrictions (Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionsType? restrictionsType = default, System.Collections.Generic.IEnumerable<string> values = default, Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionInfo restrictionInfo = default, Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionsReasonCode? reasonCode = default);
static member ApiManagementSkuRestrictions : Nullable<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionsType> * seq<string> * Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionInfo * Nullable<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictionsReasonCode> -> Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictions
Public Shared Function ApiManagementSkuRestrictions (Optional restrictionsType As Nullable(Of ApiManagementSkuRestrictionsType) = Nothing, Optional values As IEnumerable(Of String) = Nothing, Optional restrictionInfo As ApiManagementSkuRestrictionInfo = Nothing, Optional reasonCode As Nullable(Of ApiManagementSkuRestrictionsReasonCode) = Nothing) As ApiManagementSkuRestrictions

Parameters

restrictionsType
Nullable<ApiManagementSkuRestrictionsType>

The type of restrictions.

values
IEnumerable<String>

The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.

restrictionInfo
ApiManagementSkuRestrictionInfo

The information about the restriction where the SKU cannot be used.

reasonCode
Nullable<ApiManagementSkuRestrictionsReasonCode>

The reason for restriction.

Returns

A new ApiManagementSkuRestrictions instance for mocking.

Applies to