SecurityPartnerProviderInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. network. fluent. models. SecurityPartnerProviderInner
- com.
- com.
- com.
public final class SecurityPartnerProviderInner
extends Resource
Security Partner Provider resource.
Constructor Summary
Constructor | Description |
---|---|
SecurityPartnerProviderInner() |
Creates an instance of Security |
Method Summary
Modifier and Type | Method and Description |
---|---|
Security |
connectionStatus()
Get the connection |
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
String |
id()
Get the id property: Resource ID. |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
Security |
securityProviderName()
Get the security |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Sub |
virtualHub()
Get the virtual |
Security |
withId(String id)
Set the id property: Resource ID. |
Security |
withLocation(String location) |
Security |
withSecurityProviderName(SecurityProviderName securityProviderName)
Set the security |
Security |
withTags(Map<String,String> tags) |
Security |
withVirtualHub(SubResource virtualHub)
Set the virtual |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
SecurityPartnerProviderInner
public SecurityPartnerProviderInner()
Creates an instance of SecurityPartnerProviderInner class.
Method Details
connectionStatus
public SecurityPartnerProviderConnectionStatus connectionStatus()
Get the connectionStatus property: The connection status with the Security Partner Provider.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static SecurityPartnerProviderInner fromJson(JsonReader jsonReader)
Reads an instance of SecurityPartnerProviderInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID.
Overrides:
SecurityPartnerProviderInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SecurityPartnerProviderInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the Security Partner Provider resource.
Returns:
securityProviderName
public SecurityProviderName securityProviderName()
Get the securityProviderName property: The security provider name.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SecurityPartnerProviderInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SecurityPartnerProviderInner.type()Returns:
validate
public void validate()
Validates the instance.
virtualHub
public SubResource virtualHub()
Get the virtualHub property: The virtualHub to which the Security Partner Provider belongs.
Returns:
withId
public SecurityPartnerProviderInner withId(String id)
Set the id property: Resource ID.
Parameters:
Returns:
withLocation
public SecurityPartnerProviderInner withLocation(String location)
Overrides:
SecurityPartnerProviderInner.withLocation(String location)Parameters:
withSecurityProviderName
public SecurityPartnerProviderInner withSecurityProviderName(SecurityProviderName securityProviderName)
Set the securityProviderName property: The security provider name.
Parameters:
Returns:
withTags
public SecurityPartnerProviderInner withTags(Map
Overrides:
SecurityPartnerProviderInner.withTags(Map<String,String> tags)Parameters:
withVirtualHub
public SecurityPartnerProviderInner withVirtualHub(SubResource virtualHub)
Set the virtualHub property: The virtualHub to which the Security Partner Provider belongs.
Parameters:
Returns:
Applies to
Azure SDK for Java