PrivateAccessInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. PrivateAccessInner
- com.
- com.
- com.
public final class PrivateAccessInner
extends ProxyOnlyResource
Description of the parameters of Private Access for a Web Site.
Constructor Summary
Constructor | Description |
---|---|
PrivateAccessInner() |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: Whether private access is enabled or not. |
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
List<Private |
virtualNetworks()
Get the virtual |
Private |
withEnabled(Boolean enabled)
Set the enabled property: Whether private access is enabled or not. |
Private |
withKind(String kind)
Set the kind property: Kind of resource. |
Private |
withVirtualNetworks(List<PrivateAccessVirtualNetwork> virtualNetworks)
Set the virtual |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
PrivateAccessInner
public PrivateAccessInner()
Creates an instance of PrivateAccessInner class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Whether private access is enabled or not.
Returns:
fromJson
public static PrivateAccessInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateAccessInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
PrivateAccessInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
PrivateAccessInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PrivateAccessInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
PrivateAccessInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
PrivateAccessInner.validate()virtualNetworks
public List
Get the virtualNetworks property: The Virtual Networks (and subnets) allowed to access the site privately.
Returns:
withEnabled
public PrivateAccessInner withEnabled(Boolean enabled)
Set the enabled property: Whether private access is enabled or not.
Parameters:
Returns:
withKind
public PrivateAccessInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
PrivateAccessInner.withKind(String kind)Parameters:
withVirtualNetworks
public PrivateAccessInner withVirtualNetworks(List
Set the virtualNetworks property: The Virtual Networks (and subnets) allowed to access the site privately.
Parameters:
Returns:
Applies to
Azure SDK for Java