CapacityState.Implicit Operator
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.
Overloads
| Name | Description |
|---|---|
| Implicit(CapacityState to String) | |
| Implicit(String to CapacityState) |
Implicit(CapacityState to String)
public static implicit operator string(Microsoft.PowerBI.Api.Models.CapacityState e);
static member op_Implicit : Microsoft.PowerBI.Api.Models.CapacityState -> string
Public Shared Widening Operator CType (e As CapacityState) As String
Parameters
Returns
Applies to
Implicit(String to CapacityState)
public static implicit operator Microsoft.PowerBI.Api.Models.CapacityState(string value);
static member op_Implicit : string -> Microsoft.PowerBI.Api.Models.CapacityState
Public Shared Widening Operator CType (value As String) As CapacityState
Parameters
- value
- String