LiveEventInputAccessControl Class
- java.
lang. Object - com.
azure. resourcemanager. mediaservices. models. LiveEventInputAccessControl
- com.
Implements
public final class LiveEventInputAccessControl
implements JsonSerializable<LiveEventInputAccessControl>
The IP access control for live event input.
Constructor Summary
| Constructor | Description |
|---|---|
| LiveEventInputAccessControl() |
Creates an instance of Live |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Live |
fromJson(JsonReader jsonReader)
Reads an instance of Live |
|
Ip |
ip()
Get the ip property: The IP access control properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Live |
withIp(IpAccessControl ip)
Set the ip property: The IP access control properties. |
Methods inherited from java.lang.Object
Constructor Details
LiveEventInputAccessControl
public LiveEventInputAccessControl()
Creates an instance of LiveEventInputAccessControl class.
Method Details
fromJson
public static LiveEventInputAccessControl fromJson(JsonReader jsonReader)
Reads an instance of LiveEventInputAccessControl from the JsonReader.
Parameters:
Returns:
Throws:
ip
public IpAccessControl ip()
Get the ip property: The IP access control properties.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIp
public LiveEventInputAccessControl withIp(IpAccessControl ip)
Set the ip property: The IP access control properties.
Parameters:
Returns: