PnsCredentialsResource Interface

public interface PnsCredentialsResource

An immutable client-side representation of PnsCredentialsResource.

Method Summary

Modifier and Type Method and Description
abstract AdmCredential admCredential()

Gets the admCredential property: Description of a NotificationHub AdmCredential.

abstract ApnsCredential apnsCredential()

Gets the apnsCredential property: Description of a NotificationHub ApnsCredential.

abstract BaiduCredential baiduCredential()

Gets the baiduCredential property: Description of a NotificationHub BaiduCredential.

abstract BrowserCredential browserCredential()

Gets the browserCredential property: Description of a NotificationHub BrowserCredential.

abstract FcmV1Credential fcmV1Credential()

Gets the fcmV1Credential property: Description of a NotificationHub FcmV1Credential.

abstract GcmCredential gcmCredential()

Gets the gcmCredential property: Description of a NotificationHub GcmCredential.

abstract String id()

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

abstract PnsCredentialsResourceInner innerModel()

Gets the inner com.azure.resourcemanager.notificationhubs.fluent.models.PnsCredentialsResourceInner object.

abstract String location()

Gets the location property: Deprecated - only for compatibility.

abstract MpnsCredential mpnsCredential()

Gets the mpnsCredential property: Description of a NotificationHub MpnsCredential.

abstract String name()

Gets the name property: The name of the resource.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract Map<String,String> tags()

Gets the tags property: Deprecated - only for compatibility.

abstract String type()

Gets the type property: The type of the resource.

abstract WnsCredential wnsCredential()

Gets the wnsCredential property: Description of a NotificationHub WnsCredential.

abstract XiaomiCredential xiaomiCredential()

Gets the xiaomiCredential property: Description of a NotificationHub XiaomiCredential.

Method Details

admCredential

public abstract AdmCredential admCredential()

Gets the admCredential property: Description of a NotificationHub AdmCredential.

Returns:

the admCredential value.

apnsCredential

public abstract ApnsCredential apnsCredential()

Gets the apnsCredential property: Description of a NotificationHub ApnsCredential.

Returns:

the apnsCredential value.

baiduCredential

public abstract BaiduCredential baiduCredential()

Gets the baiduCredential property: Description of a NotificationHub BaiduCredential.

Returns:

the baiduCredential value.

browserCredential

public abstract BrowserCredential browserCredential()

Gets the browserCredential property: Description of a NotificationHub BrowserCredential.

Returns:

the browserCredential value.

fcmV1Credential

public abstract FcmV1Credential fcmV1Credential()

Gets the fcmV1Credential property: Description of a NotificationHub FcmV1Credential.

Returns:

the fcmV1Credential value.

gcmCredential

public abstract GcmCredential gcmCredential()

Gets the gcmCredential property: Description of a NotificationHub GcmCredential.

Returns:

the gcmCredential value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract PnsCredentialsResourceInner innerModel()

Gets the inner com.azure.resourcemanager.notificationhubs.fluent.models.PnsCredentialsResourceInner object.

Returns:

the inner object.

location

public abstract String location()

Gets the location property: Deprecated - only for compatibility.

Returns:

the location value.

mpnsCredential

public abstract MpnsCredential mpnsCredential()

Gets the mpnsCredential property: Description of a NotificationHub MpnsCredential.

Returns:

the mpnsCredential value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

tags

public abstract Map tags()

Gets the tags property: Deprecated - only for compatibility.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

wnsCredential

public abstract WnsCredential wnsCredential()

Gets the wnsCredential property: Description of a NotificationHub WnsCredential.

Returns:

the wnsCredential value.

xiaomiCredential

public abstract XiaomiCredential xiaomiCredential()

Gets the xiaomiCredential property: Description of a NotificationHub XiaomiCredential.

Returns:

the xiaomiCredential value.

Applies to