JitNetworkAccessPolicy Interface

public interface JitNetworkAccessPolicy

An immutable client-side representation of JitNetworkAccessPolicy.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract JitNetworkAccessPolicyInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.JitNetworkAccessPolicyInner object.

abstract String kind()

Gets the kind property: Kind of the resource.

abstract String location()

Gets the location property: Location where the resource is stored.

abstract String name()

Gets the name property: The name of the resource.

abstract String provisioningState()

Gets the provisioningState property: Gets the provisioning state of the Just-in-Time policy.

abstract JitNetworkAccessPolicy refresh()

Refreshes the resource to sync with Azure.

abstract JitNetworkAccessPolicy refresh(Context context)

Refreshes the resource to sync with Azure.

abstract Region region()

Gets the region of the resource.

abstract String regionName()

Gets the name of the resource region.

abstract List<JitNetworkAccessRequest> requests()

Gets the requests property: The requests property.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the JitNetworkAccessPolicy resource.

abstract List<JitNetworkAccessPolicyVirtualMachine> virtualMachines()

Gets the virtualMachines property: Configurations for Microsoft.Compute/virtualMachines resource type.

Method Details

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract JitNetworkAccessPolicyInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.JitNetworkAccessPolicyInner object.

Returns:

the inner object.

kind

public abstract String kind()

Gets the kind property: Kind of the resource.

Returns:

the kind value.

location

public abstract String location()

Gets the location property: Location where the resource is stored.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract String provisioningState()

Gets the provisioningState property: Gets the provisioning state of the Just-in-Time policy.

Returns:

the provisioningState value.

refresh

public abstract JitNetworkAccessPolicy refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract JitNetworkAccessPolicy refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

region

public abstract Region region()

Gets the region of the resource.

Returns:

the region of the resource.

regionName

public abstract String regionName()

Gets the name of the resource region.

Returns:

the name of the resource region.

requests

public abstract List<JitNetworkAccessRequest> requests()

Gets the requests property: The requests property.

Returns:

the requests value.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract JitNetworkAccessPolicy.Update update()

Begins update for the JitNetworkAccessPolicy resource.

Returns:

the stage of resource update.

virtualMachines

public abstract List<JitNetworkAccessPolicyVirtualMachine> virtualMachines()

Gets the virtualMachines property: Configurations for Microsoft.Compute/virtualMachines resource type.

Returns:

the virtualMachines value.

Applies to