ArmApiManagementModelFactory.ApiManagementSkuRestrictions 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.
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET